PKMGender
public class PKMGender: MappableGenders 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.
- 
                  
                  The identifier for this gender resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this gender resource DeclarationSwift public var name: String?
- 
                  
                  A list of Pokémon species that can be this gender and how likely it is that they will be DeclarationSwift public var pokemonSpeciesDetails: [PKMPokemonSpeciesGender]?
- 
                  
                  A list of Pokémon species that required this gender in order for a Pokémon to evolve into them DeclarationSwift public var requiredForEvolution: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMGender: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMGender: Mappable
 View on GitHub
View on GitHub PKMGender Class Reference
        PKMGender Class Reference