Query$getStandings$getStandings$league class

Available extensions

Constructors

Query$getStandings$getStandings$league.new({int? id, String? name, String? country, String? flag, double? season, List<List<Query$getStandings$getStandings$league$standings>>? standings, String $__typename = 'StandingLeagueType'})
Query$getStandings$getStandings$league.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$getStandings$getStandings$league<Query$getStandings$getStandings$league>

Available on Query$getStandings$getStandings$league, provided by the UtilityExtension$Query$getStandings$getStandings$league extension

no setter
country String?
final
flag String?
final
hashCode int
The hash code for this object.
no setteroverride
id int?
final
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season double?
final
standings List<List<Query$getStandings$getStandings$league$standings>>?
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