Query$getStandings$getStandings$league$standings class
- Available extensions
Constructors
- Query$getStandings$getStandings$league$standings.new({double? rank, Query$getStandings$getStandings$league$standings$team? team, double? points, double? goalsDiff, String? group, String? form, String? status, String? description, Query$getStandings$getStandings$league$standings$all? all, Query$getStandings$getStandings$league$standings$home? home, Query$getStandings$getStandings$league$standings$away? away, DateTime? update, String $__typename = 'StandingType'})
-
Query$getStandings$getStandings$league$standings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- all → Query$getStandings$getStandings$league$standings$all?
-
final
- away → Query$getStandings$getStandings$league$standings$away?
-
final
-
copyWith
→ CopyWith$Query$getStandings$getStandings$league$standings<
Query$getStandings$getStandings$league$standings> -
Available on Query$getStandings$getStandings$league$standings, provided by the UtilityExtension$Query$getStandings$getStandings$league$standings extension
no setter - description → String?
-
final
- form → String?
-
final
- goalsDiff → double?
-
final
- group → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- home → Query$getStandings$getStandings$league$standings$home?
-
final
- points → double?
-
final
- rank → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- team → Query$getStandings$getStandings$league$standings$team?
-
final
- update → DateTime?
-
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