GamesPlayerExperienceInfoResource constructor

GamesPlayerExperienceInfoResource({
  1. String? currentExperiencePoints,
  2. GamesPlayerLevelResource? currentLevel,
  3. String? lastLevelUpTimestampMillis,
  4. GamesPlayerLevelResource? nextLevel,
})

Implementation

GamesPlayerExperienceInfoResource({
  this.currentExperiencePoints,
  this.currentLevel,
  this.lastLevelUpTimestampMillis,
  this.nextLevel,
});