Query$findOneByLeague$findOneByLeague$seasons$coverage$fixtures class

Available extensions

Constructors

Query$findOneByLeague$findOneByLeague$seasons$coverage$fixtures.new({bool? events, bool? lineups, bool? statistics_fixtures, bool? statistics_players, String $__typename = 'LeagueFixtureType'})
Query$findOneByLeague$findOneByLeague$seasons$coverage$fixtures.fromJson(Map<String, dynamic> json)
factory

Properties

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

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

no setter
events bool?
final
hashCode int
The hash code for this object.
no setteroverride
lineups bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statistics_fixtures bool?
final
statistics_players 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