menu
openfoodfacts package
documentation
model/LeaderboardEntry.dart
LeaderboardEntry
LeaderboardEntry.new constructor
LeaderboardEntry.new constructor
dark_mode
light_mode
LeaderboardEntry
constructor
LeaderboardEntry
(
{
required
int
score
,
String
?
userId
,
})
Implementation
LeaderboardEntry({ required this.score, this.userId, });
openfoodfacts package
documentation
model/LeaderboardEntry
LeaderboardEntry
LeaderboardEntry.new constructor
LeaderboardEntry class