AchievementSetStepsAtLeastResponse constructor

AchievementSetStepsAtLeastResponse({
  1. int? currentSteps,
  2. String? kind,
  3. bool? newlyUnlocked,
})

Implementation

AchievementSetStepsAtLeastResponse({
  this.currentSteps,
  this.kind,
  this.newlyUnlocked,
});