MatchV5 class

Constructors

MatchV5()

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

getMatchByMatchId(PlatformValues platform, String matchId, {Map<String, String>? headers}) Future<MatchDTO>
Get a match by match id
getMatchIdsByPuuid(PlatformValues platform, String puuid, {int? startTime, int? endTime, int? queue, MatchType? type, int? start = 0, int? count = 20, Map<String, String>? headers}) Future<List<String>>
Get a list of match ids by puuid
getMatchTimelineByMatchId(PlatformValues platform, String matchId, {Map<String, String>? headers}) Future<MatchDTO>
Get a match timeline by match id