ChampionMasteryV4 class

Constructors

ChampionMasteryV4()

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

getAllChampionMastery(RegionValues region, String encryptedSummonerId, {Map<String, String>? headers}) Future<List<ChampionMasteryDTO>>
Get all champion mastery entries sorted by number of champion points descending,
getAllChampionMasteryDesc(RegionValues region, String encryptedSummonerId, {int? count, Map<String, String>? headers}) Future<List<ChampionMasteryDTO>>
Get specified number of top champion mastery entries sorted by number of champion points descending.
getChampionMasteryByPlayerIdAndChampionId(RegionValues region, String encryptedSummonerId, int championId, {Map<String, String>? headers}) Future<ChampionMasteryDTO>
Get a champion mastery by player ID and champion ID
getTotalMasteryScore(RegionValues region, String encryptedSummonerId, {Map<String, String>? headers}) Future<int>
Get a player's total champion mastery score, which is the sum of individual champion mastery levels.