hasNextPage property

bool get hasNextPage

Whether there are more pages available

Implementation

bool get hasNextPage => !isLastPage;