pokemonSpeciesDetails property

  1. @JsonKey(name: 'pokemon_species_details')
List<PokemonSpeciesGender> pokemonSpeciesDetails
inherited

A list of Pokémon species that can be this gender and how likely it is that they will be.

Implementation

@JsonKey(name: 'pokemon_species_details')
List<PokemonSpeciesGender> get pokemonSpeciesDetails =>
    throw _privateConstructorUsedError;