PokemonShape constructor

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

Implementation

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