Leaderboard constructor

Leaderboard({
  1. String? iconUrl,
  2. String? id,
  3. bool? isIconUrlDefault,
  4. String? kind,
  5. String? name,
  6. String? order,
})

Implementation

Leaderboard({
  this.iconUrl,
  this.id,
  this.isIconUrlDefault,
  this.kind,
  this.name,
  this.order,
});