hasNextPage method

bool hasNextPage()

Implementation

bool hasNextPage() {
  return totalCount > data.length;
}