hasPagination method

bool hasPagination()

Implementation

bool hasPagination() {
  return models?['pagination'] != null;
}