onLastPage property

bool get onLastPage

Whether we're on the last page.

Implementation

bool get onLastPage => page >= totalPages - 1;