isLastPage property
bool
get
isLastPage
Whether this is the last page.
Implementation
bool get isLastPage => totalItems == 0 || page == totalPages;
Whether this is the last page.
bool get isLastPage => totalItems == 0 || page == totalPages;