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