PlayerStatsDto constructor

PlayerStatsDto(
  1. int score,
  2. int roundsPlayed,
  3. int kills,
  4. int deaths,
  5. int assists,
  6. int playtimeMillis,
)

Implementation

PlayerStatsDto(this.score, this.roundsPlayed, this.kills, this.deaths,
    this.assists, this.playtimeMillis);