hasMoreResults property
bool
get
hasMoreResults
Checks if the messageSequence has a next page
Implementation
bool get hasMoreResults => pagedSequence.hasNext;
Checks if the messageSequence has a next page
bool get hasMoreResults => pagedSequence.hasNext;