isLastPage method

bool isLastPage()

Implementation

bool isLastPage() {
  return index == numberPages - 1;
}