SummonerV4 class

Constructors

SummonerV4()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

getSummonerByAccessToken(RegionValues region, String authorization, {Map<String, String>? headers}) Future<SummonerDTO>
Get a summoner by access token
getSummonerByAccountId(RegionValues region, String encryptedAccountId, {Map<String, String>? headers}) Future<SummonerDTO>
Get a summoner by account ID.
getSummonerByPUUId(RegionValues region, String encryptedPUUId, {Map<String, String>? headers}) Future<SummonerDTO>
Get a summoner by PUUID
getSummonerByRSOPUUID(RegionValues region, String rsoPUUID, {Map<String, String>? headers}) Future<SummonerDTO>
Get a summoner by PUUID
getSummonerBySummonerId(RegionValues region, String encryptedSummonerId, {Map<String, String>? headers}) Future<SummonerDTO>
Get a summoner by summoner ID.
getSummonerBySummonerName(RegionValues region, String summonerName, {Map<String, String>? headers}) Future<SummonerDTO>
Get a summoner by summoner name