Query$findOneByLeague$findOneByLeague$seasons$coverage class

Available extensions

Constructors

Query$findOneByLeague$findOneByLeague$seasons$coverage.new({Query$findOneByLeague$findOneByLeague$seasons$coverage$fixtures? fixtures, bool? standings, bool? players, bool? top_scorers, bool? top_assists, bool? top_cards, bool? injuries, bool? predictions, bool? odds, String $__typename = 'CoverageType'})
Query$findOneByLeague$findOneByLeague$seasons$coverage.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$findOneByLeague$findOneByLeague$seasons$coverage<Query$findOneByLeague$findOneByLeague$seasons$coverage>

Available on Query$findOneByLeague$findOneByLeague$seasons$coverage, provided by the UtilityExtension$Query$findOneByLeague$findOneByLeague$seasons$coverage extension

no setter
fixtures Query$findOneByLeague$findOneByLeague$seasons$coverage$fixtures?
final
hashCode int
The hash code for this object.
no setteroverride
injuries bool?
final
odds bool?
final
players bool?
final
predictions bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standings bool?
final
top_assists bool?
final
top_cards bool?
final
top_scorers bool?
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