AchievementUpdateResponse constructor

AchievementUpdateResponse({
  1. String? achievementId,
  2. String? currentState,
  3. int? currentSteps,
  4. String? kind,
  5. bool? newlyUnlocked,
  6. bool? updateOccurred,
})

Implementation

AchievementUpdateResponse({
  this.achievementId,
  this.currentState,
  this.currentSteps,
  this.kind,
  this.newlyUnlocked,
  this.updateOccurred,
});