LeagueV4 class

Constructors

LeagueV4()

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

getAllLeageueEntries(RegionValues region, {required QueueType queue, required Tier tier, required Division division, int? page, Map<String, String>? headers}) Future<List<LeagueEntryDTO>>
Get all the league entries.
getAllLeageueEntriesForSummonerId(RegionValues region, String encryptedSummonerId, {Map<String, String>? headers}) Future<List<LeagueEntryDTO>>
Get league entries in all queues for a given summoner ID.
getChallengerLeagueForQueue(RegionValues region, QueueType queue, {Map<String, String>? headers}) Future<LeagueListDTO>
Get the challenger league for given queue
getGrandmasterSpecificQueue(RegionValues region, QueueType queue, {Map<String, String>? headers}) Future<LeagueListDTO>
Get the grandmaster league of a specific queue.
getLeagueByLeagueId(RegionValues region, String leagueId, {Map<String, String>? headers}) Future<LeagueListDTO>
Get league with given ID, including inactive entries.
getMasterLeagueForGivenQueue(RegionValues region, QueueType queue, {Map<String, String>? headers}) Future<LeagueListDTO>
Get the master league for given queue.