PKMPokemonShape
public class PKMPokemonShape: MappableShapes used for sorting Pokémon in a Pokédex.
- 
                  
                  The identifier for this Pokémon shape DeclarationSwift public var id: Int?
- 
                  
                  The name for this Pokémon shape resource DeclarationSwift public var name: String?
- 
                  
                  The scientific name of this Pokémon shape listed in different languagesDeclarationSwift public var awesomeNames: [PKMAwesomeName]?
- 
                  
                  The name of this Pokémon shape listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of the Pokémon species that have this shape DeclarationSwift public var pokemonSpecies: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonShape: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonShape: Mappable
 View on GitHub
View on GitHub PKMPokemonShape Class Reference
        PKMPokemonShape Class Reference