PaginatedPredictions class

Constructors

PaginatedPredictions({String? previousApiUrl, String? nextApiUrl, required List<PaginationPrediction> results})
PaginatedPredictions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
hasNextPage bool
no setter
hasPreviousPage bool
no setter
nextApiUrl String?
final
previousApiUrl String?
final
results List<PaginationPrediction>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

next() Future<PaginatedPredictions>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previous() Future<PaginatedPredictions>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant PaginatedPredictions other) bool
The equality operator.
override