SummonerDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

SummonerDTO({required String id, required String accountId, required String puuid, required String name, required int profileIconId, required int revisionDate, required int summonerLevel})
const
SummonerDTO.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
Encrypted account ID. Max length 56 characters.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Encrypted summoner ID. Max length 63 characters.
final
name String
Summoner name.
final
profileIconId int
ID of the summoner icon associated with the summoner.
final
puuid String
Encrypted PUUID. Exact length of 78 characters.
final
revisionDate int
Date summoner was last modified specified as epoch milliseconds. The following events will update this timestamp: summoner name change, summoner level change, or profile icon change.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summonerLevel int
Summoner level associated with the summoner.
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