RaidLeaderboardEntrySchema constructor
RaidLeaderboardEntrySchema({})
Returns a new RaidLeaderboardEntrySchema instance.
Implementation
RaidLeaderboardEntrySchema({
required this.position,
required this.account,
required this.points,
});