PlayerAchievement constructor

PlayerAchievement({
  1. String? achievementState,
  2. int? currentSteps,
  3. String? experiencePoints,
  4. String? formattedCurrentStepsString,
  5. String? id,
  6. String? kind,
  7. String? lastUpdatedTimestamp,
})

Implementation

PlayerAchievement({
  this.achievementState,
  this.currentSteps,
  this.experiencePoints,
  this.formattedCurrentStepsString,
  this.id,
  this.kind,
  this.lastUpdatedTimestamp,
});