Rank class

Constructors

Rank({bool? hotStreak, int? wins, int? losses, String? rank, String? leagueId, String? tier, int? leaguePoints})
A Rank() instance to use to create a custom summoner or use it with the League() instance to get rank information.
Rank.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hotStreak bool?
final
leagueId String?
final
leaguePoints int?
final
losses int?
final
rank String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tier String?
final
wins int?
final

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