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

@ -28,7 +28,7 @@ class LeaderboardEntryAdded extends LeaderboardEvent {
/// {@macro leaderboard_entry_added} /// {@macro leaderboard_entry_added}
const LeaderboardEntryAdded({required this.entry}); const LeaderboardEntryAdded({required this.entry});
/// Current entry to persist at leaderboard. /// [LeadboardEntry] to be written to the remote storage.
final LeaderboardEntry entry; final LeaderboardEntry entry;
@override @override

Loading…
Cancel
Save