isLastPage property

bool isLastPage

Implementation

bool get isLastPage {
  return page == lastPage;
}