PlayerAchievementListResponse constructor

PlayerAchievementListResponse({
  1. List<PlayerAchievement>? items,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

PlayerAchievementListResponse({this.items, this.kind, this.nextPageToken});