isInclusive property

  1. @JsonKey(name: 'include')
bool isInclusive
getter/setter pair

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

Implementation

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