hasMore method

bool hasMore()

Implementation

bool hasMore() {
  return pageIndex < pageTotal;
}