ClashV1 class

Constructors

ClashV1()

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

getActiveOrUpcomingTournaments(RegionValues region, {Map<String, String>? headers}) Future<List<TournamentDTO>>
Returns a list of active and upcoming tournaments.
getPlayersBySummonerId(RegionValues region, String summonerId, {Map<String, String>? headers}) Future<List<PlayerDTO>>
Get players by summoner ID.
getTeamById(RegionValues region, String teamId, {Map<String, String>? headers}) Future<TeamDTO>
Get team by ID
getTournametById(RegionValues region, String tournamentId, {Map<String, String>? headers}) Future<TournamentDTO>
Get tournament by ID.
getTournametByTeamId(RegionValues region, String teamId, {Map<String, String>? headers}) Future<TournamentDTO>
Get tournament by team ID