PokemonColor constructor

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

Implementation

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