hasMoreResults property

bool hasMoreResults

Checks if the threadSequence has a next page

Implementation

bool get hasMoreResults => threadSequence.hasNext;