LeaderboardConfiguration constructor

LeaderboardConfiguration({
  1. LeaderboardConfigurationDetail? draft,
  2. String? id,
  3. String? kind,
  4. LeaderboardConfigurationDetail? published,
  5. String? scoreMax,
  6. String? scoreMin,
  7. String? scoreOrder,
  8. String? token,
})

Implementation

LeaderboardConfiguration({
  this.draft,
  this.id,
  this.kind,
  this.published,
  this.scoreMax,
  this.scoreMin,
  this.scoreOrder,
  this.token,
});