isLastPage property

bool get isLastPage

Implementation

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