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