isInclusive property Null safety

  1. @JsonKey(name: 'include')
bool isInclusive
read / write

Determines whether to include the messages with the matching timestamp or message ID in the results.

Implementation

@JsonKey(name: 'include')
bool isInclusive = false;