Update lib/leaderboard/bloc/leaderboard_state.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/57/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 6810f504d5
commit 72140e3599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ 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 users at leaderboard.

Loading…
Cancel
Save