PlayerDto constructor

PlayerDto(
  1. String puuid,
  2. String gameName,
  3. String tagLine,
  4. int leaderboardRank,
  5. int rankedRating,
  6. int numberOfWins,
)

Implementation

PlayerDto(this.puuid, this.gameName, this.tagLine, this.leaderboardRank,
    this.rankedRating, this.numberOfWins);