AbilityCastsDto constructor

AbilityCastsDto(
  1. int grenadeCasts,
  2. int ability1Casts,
  3. int ability2Casts,
  4. int ultimateCasts,
)

Implementation

AbilityCastsDto(this.grenadeCasts, this.ability1Casts, this.ability2Casts,
    this.ultimateCasts);