Update lib/leaderboard/bloc/leaderboard_bloc.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/78/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 3064ea8057
commit b726278fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,13 +70,13 @@ class LeaderboardBloc extends Bloc<LeaderboardEvent, LeaderboardState> {
} }
} }
/// {@template leaderboard_entry_data} /// {@template leaderboard_entry}
/// A model representing a leaderboard entry containing the ranking position, /// A model representing a leaderboard entry containing the ranking position,
/// player's initials, score, and chosen character. /// player's initials, score, and chosen character.
/// ///
/// {@endtemplate} /// {@endtemplate}
class LeaderboardEntry { class LeaderboardEntry {
/// {@macro leaderboard_entry_data} /// {@macro leaderboard_entry}
LeaderboardEntry({ LeaderboardEntry({
required this.rank, required this.rank,
required this.playerInitials, required this.playerInitials,

Loading…
Cancel
Save