hasNotNextPage property

bool hasNotNextPage

Returns true if there is not a next page, otherwise false.

Implementation

bool get hasNotNextPage => !hasNextPage;