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 72140e3599
commit 2a1df943ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ class LeaderboardState extends Equatable {
/// Rank of the current player. /// 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

Loading…
Cancel
Save