GamesAchievementIncrement constructor

GamesAchievementIncrement({
  1. String? kind,
  2. String? requestId,
  3. int? steps,
})

Implementation

GamesAchievementIncrement({
  this.kind,
  this.requestId,
  this.steps,
});