nextResultSize property Null safety
- @JsonKey(name: 'next_limit')
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;