Query$getPredictions$getPredictions$h2h class
- Available extensions
Constructors
- Query$getPredictions$getPredictions$h2h.new({Query$getPredictions$getPredictions$h2h$fixture? fixture, Query$getPredictions$getPredictions$h2h$league? league, Query$getPredictions$getPredictions$h2h$teams? teams, Query$getPredictions$getPredictions$h2h$goals? goals, Query$getPredictions$getPredictions$h2h$score? score, String $__typename = 'PredictionsH2HType'})
-
Query$getPredictions$getPredictions$h2h.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getPredictions$getPredictions$h2h<
Query$getPredictions$getPredictions$h2h> -
Available on Query$getPredictions$getPredictions$h2h, provided by the UtilityExtension$Query$getPredictions$getPredictions$h2h extension
no setter - fixture → Query$getPredictions$getPredictions$h2h$fixture?
-
final
- goals → Query$getPredictions$getPredictions$h2h$goals?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- league → Query$getPredictions$getPredictions$h2h$league?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → Query$getPredictions$getPredictions$h2h$score?
-
final
- teams → Query$getPredictions$getPredictions$h2h$teams?
-
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