Gender

constructor(id: Int, name: String, pokemonSpeciesDetails: List<PokemonSpeciesGender>, requiredForEvolution: List<Handle.Named<PokemonSpecies>>)(source)

Parameters

id

The identifier for this gender resource.

name

The name for this gender resource.

pokemonSpeciesDetails

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

requiredForEvolution

A list of Pokémon species that require this gender in order for a Pokémon to evolve into them.