pokemonSpecies property

  1. @JsonKey(name: 'pokemon_species')
List<NamedAPIResource> pokemonSpecies
inherited

A list of Pokémon species that gain levels at this growth rate.

See also:

PokemonSpecies

Implementation

@JsonKey(name: 'pokemon_species')
List<NamedAPIResource> get pokemonSpecies =>
    throw _privateConstructorUsedError;