varieties property

List<PokemonSpeciesVariety> varieties
inherited

A list of the Pokémon that exist within this Pokémon species.

Implementation

List<PokemonSpeciesVariety> get varieties =>
    throw _privateConstructorUsedError;