Leaderboard constructor

Leaderboard(
  1. String shard,
  2. String actId,
  3. int totalPlayers
)

Implementation

Leaderboard(this.shard, this.actId, this.totalPlayers);