EconomyDto constructor

EconomyDto(
  1. int loadoutValue,
  2. String weapon,
  3. String armor,
  4. int remaining,
  5. int spent,
)

Implementation

EconomyDto(
    this.loadoutValue, this.weapon, this.armor, this.remaining, this.spent);