Query$getPredictions$getPredictions$h2h$fixture class
- Available extensions
Constructors
- Query$getPredictions$getPredictions$h2h$fixture.new({double? id, String? referee, String? timezone, DateTime? date, double? timestamp, Query$getPredictions$getPredictions$h2h$fixture$periods? periods, Query$getPredictions$getPredictions$h2h$fixture$venue? venue, Query$getPredictions$getPredictions$h2h$fixture$status? status, String $__typename = 'PredictionsH2HFixtureType'})
-
Query$getPredictions$getPredictions$h2h$fixture.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getPredictions$getPredictions$h2h$fixture<
Query$getPredictions$getPredictions$h2h$fixture> -
Available on Query$getPredictions$getPredictions$h2h$fixture, provided by the UtilityExtension$Query$getPredictions$getPredictions$h2h$fixture extension
no setter - date → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → double?
-
final
- periods → Query$getPredictions$getPredictions$h2h$fixture$periods?
-
final
- referee → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Query$getPredictions$getPredictions$h2h$fixture$status?
-
final
- timestamp → double?
-
final
- timezone → String?
-
final
- venue → Query$getPredictions$getPredictions$h2h$fixture$venue?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override