hasMoreResults property

bool get hasMoreResults

Checks if the messageSequence has a next page

Implementation

bool get hasMoreResults => pagedSequence.hasNext;