Update lib/leaderboard/bloc/leaderboard_event.dart

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

@ -9,7 +9,7 @@ abstract class LeaderboardEvent extends Equatable {
}
/// {@template top_10_fetched}
/// Request the top 10 from leaderboard.
/// Request the top 10 [LeaderboardEntry]s.
/// {endtemplate}
class Top10Fetched extends LeaderboardEvent {
/// {@macro top_10_fetched}

Loading…
Cancel
Save