AchievementRevealResponse constructor

AchievementRevealResponse({
  1. String? currentState,
  2. String? kind,
})

Implementation

AchievementRevealResponse({
  this.currentState,
  this.kind,
});