LeaderboardConfigurationDetail constructor
LeaderboardConfigurationDetail({
- String? iconUrl,
- String? kind,
- LocalizedStringBundle? name,
- GamesNumberFormatConfiguration? scoreFormat,
- int? sortRank,
Implementation
LeaderboardConfigurationDetail({
this.iconUrl,
this.kind,
this.name,
this.scoreFormat,
this.sortRank,
});