hasNextPage property

bool get hasNextPage

Implementation

bool get hasNextPage {
  return nextApiUrl != null;
}