PKMGender

public class PKMGender: Mappable

Genders were introduced in Generation II for the purposes of breeding Pokémon but can also result in visual differences or even different evolutionary lines. Check out Bulbapedia for greater detail.

  • id

    The identifier for this gender resource

    Declaration

    Swift

    public var id: Int?
  • The name for this gender resource

    Declaration

    Swift

    public var name: String?
  • A list of Pokémon species that can be this gender and how likely it is that they will be

    Declaration

    Swift

    public var pokemonSpeciesDetails: [PKMPokemonSpeciesGender]?
  • A list of Pokémon species that required this gender in order for a Pokémon to evolve into them

    Declaration

    Swift

    public var requiredForEvolution: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMGender: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMGender: Mappable