|
|
@ -31,10 +31,10 @@ class LeaderboardState extends Equatable {
|
|
|
|
/// The current [LeaderboardStatus] of the state
|
|
|
|
/// The current [LeaderboardStatus] of the state
|
|
|
|
final LeaderboardStatus status;
|
|
|
|
final LeaderboardStatus status;
|
|
|
|
|
|
|
|
|
|
|
|
/// Ranking for the user.
|
|
|
|
/// Rank of the current player.
|
|
|
|
final LeaderboardRanking ranking;
|
|
|
|
final LeaderboardRanking ranking;
|
|
|
|
|
|
|
|
|
|
|
|
/// List of users at leaderboard.
|
|
|
|
/// List of top-ranked players.
|
|
|
|
final List<LeaderboardEntry> leaderboard;
|
|
|
|
final List<LeaderboardEntry> leaderboard;
|
|
|
|
|
|
|
|
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|