hasPreviousPage property

bool get hasPreviousPage

Implementation

bool get hasPreviousPage {
  return previousApiUrl != null;
}