PokemonShape constructor
PokemonShape({
- int? id,
- String? name,
- List<
AwesomeNames> ? awesomeNames, - List<
Names> ? names, - List<
NamedAPIResource> ? pokemonSpecies,
Implementation
PokemonShape(
{this.id, this.name, this.awesomeNames, this.names, this.pokemonSpecies});