EvolutionTrigger constructor

EvolutionTrigger({
  1. List<EvolutionTriggerName>? names,
  2. String? name,
  3. int? id,
  4. List<NamedAPIResource>? pokemonSpecies,
})

Implementation

EvolutionTrigger({this.names, this.name, this.id, this.pokemonSpecies});