LeaderboardConfiguration constructor
LeaderboardConfiguration({
- LeaderboardConfigurationDetail? draft,
- String? id,
- String? kind,
- LeaderboardConfigurationDetail? published,
- String? scoreMax,
- String? scoreMin,
- String? scoreOrder,
- String? token,
Implementation
LeaderboardConfiguration({
this.draft,
this.id,
this.kind,
this.published,
this.scoreMax,
this.scoreMin,
this.scoreOrder,
this.token,
});