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