LeagueListDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

LeagueListDTO({required String leagueId, required List<LeagueItemDTO> entries, required Tier tier, required String name, required QueueType queue})
const
LeagueListDTO.fromJson(Map<String, dynamic> json)
factory

Properties

entries List<LeagueItemDTO>
final
hashCode int
The hash code for this object.
no setterinherited
leagueId String
final
name String
final
queue QueueType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tier Tier
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited