PokeAthlonStat constructor

PokeAthlonStat({
  1. int? id,
  2. String? name,
  3. AffectingNatures? affectingNatures,
  4. List<Names>? names,
})

Implementation

PokeAthlonStat({this.id, this.name, this.affectingNatures, this.names});