ChallengeLeaderboardEntryModel constructor
ChallengeLeaderboardEntryModel({})
Implementation
ChallengeLeaderboardEntryModel({
required this.odellId,
this.companyName,
this.companyLogo,
required this.totalXp,
required this.rank,
});