AchievementUnlockResponse constructor

AchievementUnlockResponse({
  1. String? kind,
  2. bool? newlyUnlocked,
})

Implementation

AchievementUnlockResponse({this.kind, this.newlyUnlocked});