DataPageRaidLeaderboardEntrySchema constructor
DataPageRaidLeaderboardEntrySchema({})
Returns a new DataPageRaidLeaderboardEntrySchema instance.
Implementation
DataPageRaidLeaderboardEntrySchema({
this.data = const [],
required this.total,
required this.page,
required this.size,
required this.pages,
});