Query$getLeaguePagination$getLeaguePagination$objects class
- Available extensions
Constructors
-
Query$getLeaguePagination$getLeaguePagination$objects.new({required String id, Query$getLeaguePagination$getLeaguePagination$objects$league? league, Query$getLeaguePagination$getLeaguePagination$objects$country? country, List<
Query$getLeaguePagination$getLeaguePagination$objects$seasons> ? seasons, String $__typename = 'LeagueType'}) -
Query$getLeaguePagination$getLeaguePagination$objects.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getLeaguePagination$getLeaguePagination$objects<
Query$getLeaguePagination$getLeaguePagination$objects> -
Available on Query$getLeaguePagination$getLeaguePagination$objects, provided by the UtilityExtension$Query$getLeaguePagination$getLeaguePagination$objects extension
no setter - country → Query$getLeaguePagination$getLeaguePagination$objects$country?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- league → Query$getLeaguePagination$getLeaguePagination$objects$league?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
seasons
→ List<
Query$getLeaguePagination$getLeaguePagination$objects$seasons> ? -
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