Query$searchLeagues$searchLeagues$objects$league class

Available extensions

Constructors

Query$searchLeagues$searchLeagues$objects$league.new({required int id, String? name, Enum$LeagueTypeEnum? type, String $__typename = 'LeagueObjType'})
Query$searchLeagues$searchLeagues$objects$league.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$searchLeagues$searchLeagues$objects$league<Query$searchLeagues$searchLeagues$objects$league>

Available on Query$searchLeagues$searchLeagues$objects$league, provided by the UtilityExtension$Query$searchLeagues$searchLeagues$objects$league extension

no setter
hashCode int
The hash code for this object.
no setteroverride
id int
final
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Enum$LeagueTypeEnum?
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