RankingScores class

A class that includes the information about a leaderboard and the list of scores on the leaderboard.

Constructors

RankingScores({Ranking? ranking, List<RankingScore>? rankingScores})
RankingScores.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ranking Ranking?
Leaderboard information.
getter/setter pair
rankingScores List<RankingScore>?
All scores on a leaderboard.
getter/setter pair
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited