LOLChallengesV1 class

Constructors

LOLChallengesV1()

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

getAllChallengeConfig(RegionValues region, {Map<String, String>? headers}) Future<List<ChallengeConfigInfoDTO>>
List of all basic challenge configuration information (includes all translations for names and descriptions
getMapOfLevelToPercentile(RegionValues region, int challengeId, {Map<String, String>? headers}) Future<LevelToPercentile>
Get map of level to percentile of players who have achieved it
getMapOfLevelToPercentiles(RegionValues region, {Map<String, String>? headers}) Future<SerializableMapOfPercentile>
Map of level to percentile of players who have achieved it
getPlayerInfoWithChallenge(RegionValues region, String puuid, {Map<String, String>? headers}) Future<PlayerInfoDTO>
Returns player information with list of all progressed challenges (REST)
getSingleChallengeConfig(RegionValues region, int challengeId, {Map<String, String>? headers}) Future<ChallengeConfigInfoDTO>
Get challenge configuration (REST)
getTopPlayersOfLevel(RegionValues region, int challengeId, Level level, {int? limit, Map<String, String>? headers}) Future<List<ApexPlayerInfoDTO>>
Return top players for each level.