canGoToNextPage property

bool get canGoToNextPage

Whether there is a next page.

Implementation

bool get canGoToNextPage => page < totalPages;