GamesPlayerExperienceInfoResource constructor
GamesPlayerExperienceInfoResource({
- String? currentExperiencePoints,
- GamesPlayerLevelResource? currentLevel,
- String? lastLevelUpTimestampMillis,
- GamesPlayerLevelResource? nextLevel,
Implementation
GamesPlayerExperienceInfoResource({
this.currentExperiencePoints,
this.currentLevel,
this.lastLevelUpTimestampMillis,
this.nextLevel,
});