PlayerRoundStatsDto constructor

PlayerRoundStatsDto(
  1. String puuid,
  2. List<KillsDto> kills,
  3. List<DamageDto> damage,
  4. int score,
  5. EconomyDto economy,
  6. AbilityDto ability,
)

Implementation

PlayerRoundStatsDto(this.puuid, this.kills, this.damage, this.score,
    this.economy, this.ability);