isFirstPage method

bool isFirstPage()

Implementation

bool isFirstPage() {
  return index == 0;
}