Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures class
Constructors
- Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures.new({bool? events, bool? lineups, bool? statistics_fixtures, bool? statistics_players, String $__typename = 'LeagueFixtureType'})
-
Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures<
Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures> -
Available on Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage$fixtures, provided by the UtilityExtension$Query$getLeaguePagination$getLeaguePagination$objects$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