PaginationPrediction class
Constructors
- PaginationPrediction({required String id, required String version, required PredictionUrls? urls, required DateTime createdAt, required DateTime? startedAt, required DateTime? completedAt, required PredictionSource source, required PredictionStatus status})
-
PaginationPrediction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completedAt → DateTime?
-
final
- createdAt → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → PredictionSource
-
final
- startedAt → DateTime?
-
final
- status → PredictionStatus
-
final
- urls → PredictionUrls?
-
final
- version → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant PaginationPrediction other) → bool -
The equality operator.
override