hasNextPage property

bool get hasNextPage

Returns true if there is a next page.

Implementation

bool get hasNextPage => page < lastPage;