nextResultSize property Null safety

  1. @JsonKey(name: 'next_limit')
int nextResultSize
read / write

The number of messages to retrieve that were sent after the specified timestamp or message ID.

Implementation

@JsonKey(name: 'next_limit')
int nextResultSize = 10;