PokeathlonStatChanges constructor

PokeathlonStatChanges({
  1. int? maxChange,
  2. NamedAPIResource? pokeathlonStat,
})

Implementation

PokeathlonStatChanges({this.maxChange, this.pokeathlonStat});