NiceLeaderboardEntry constructor
const
NiceLeaderboardEntry({})
Implementation
const NiceLeaderboardEntry({
required this.userId,
required this.displayName,
required this.score,
this.rank,
this.avatarUrl,
this.isCurrentUser = false,
this.change = 0,
});