Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage class
Constructors
- Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage.new({Query$getLeaguePagination$getLeaguePagination$objects$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$getLeaguePagination$getLeaguePagination$objects$seasons$coverage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage<
Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage> -
Available on Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage, provided by the UtilityExtension$Query$getLeaguePagination$getLeaguePagination$objects$seasons$coverage extension
no setter - fixtures → Query$getLeaguePagination$getLeaguePagination$objects$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