hasNextPage property

bool get hasNextPage

Whether the query has a next page.

Implementation

bool get hasNextPage => state.hasNextPage;