CharacterLeaderboardSchema constructor
CharacterLeaderboardSchema({
- required int position,
- required String name,
- required String account,
- required AccountStatus status,
- required String skin,
- required int level,
- required int totalXp,
- required int miningLevel,
- required int miningTotalXp,
- required int woodcuttingLevel,
- required int woodcuttingTotalXp,
- required int fishingLevel,
- required int fishingTotalXp,
- required int weaponcraftingLevel,
- required int weaponcraftingTotalXp,
- required int gearcraftingLevel,
- required int gearcraftingTotalXp,
- required int jewelrycraftingLevel,
- required int jewelrycraftingTotalXp,
- required int cookingLevel,
- required int cookingTotalXp,
- required int alchemyLevel,
- required int alchemyTotalXp,
- required int gold,
Returns a new CharacterLeaderboardSchema instance.
Implementation
CharacterLeaderboardSchema({
required this.position,
required this.name,
required this.account,
required this.status,
required this.skin,
required this.level,
required this.totalXp,
required this.miningLevel,
required this.miningTotalXp,
required this.woodcuttingLevel,
required this.woodcuttingTotalXp,
required this.fishingLevel,
required this.fishingTotalXp,
required this.weaponcraftingLevel,
required this.weaponcraftingTotalXp,
required this.gearcraftingLevel,
required this.gearcraftingTotalXp,
required this.jewelrycraftingLevel,
required this.jewelrycraftingTotalXp,
required this.cookingLevel,
required this.cookingTotalXp,
required this.alchemyLevel,
required this.alchemyTotalXp,
required this.gold,
});