LeaderboardConfigurationDetail constructor

LeaderboardConfigurationDetail({
  1. String? iconUrl,
  2. String? kind,
  3. LocalizedStringBundle? name,
  4. GamesNumberFormatConfiguration? scoreFormat,
  5. int? sortRank,
})

Implementation

LeaderboardConfigurationDetail({
  this.iconUrl,
  this.kind,
  this.name,
  this.scoreFormat,
  this.sortRank,
});