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 bc879be8fe
commit 13d38b55a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ class LeaderboardState extends Equatable {
this.leaderboard = const [],
});
/// The current [LeaderboardStatus] of the state
/// The current [LeaderboardStatus] of the state.
final LeaderboardStatus status;
/// Rank of the current player.

Loading…
Cancel
Save