isLastPage property

bool get isLastPage

Whether this is the last page.

Implementation

bool get isLastPage => totalItems == 0 || page == totalPages;