PKMPokemonForm
public class PKMPokemonForm: MappableSome Pokémon have the ability to take on different forms. At times, these differences are purely cosmetic and have no bearing on the difference in the Pokémon’s stats from another; however, several Pokémon differ in stats (other than HP), type, and Ability depending on their form.
- 
                  
                  The identifier for this Pokémon form resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this Pokémon form resource DeclarationSwift public var name: String?
- 
                  
                  The order in which forms should be sorted within all forms. Multiple forms may have equal order, in which case they should fall back on sorting by name. DeclarationSwift public var order: Int?
- 
                  
                  The order in which forms should be sorted within a species’ forms DeclarationSwift public var formOrder: Int?
- 
                  
                  True for exactly one form used as the default for each Pokémon DeclarationSwift public var isDefault: Bool?
- 
                  
                  Whether or not this form can only happen during battle DeclarationSwift public var isBattleOnly: Bool?
- 
                  
                  Whether or not this form requires mega evolution DeclarationSwift public var isMega: Bool?
- 
                  
                  The name of this form DeclarationSwift public var formName: String?
- 
                  
                  The Pokémon that can take on this form DeclarationSwift public var pokemon: PKMNamedAPIResource?
- 
                  
                  A set of sprites used to depict this Pokémon form in the game DeclarationSwift public var sprites: PKMPokemonFormSprites?
- 
                  
                  The version group this Pokémon form was introduced in DeclarationSwift public var versionGroup: PKMNamedAPIResource?
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonForm: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonForm: Mappable
 View on GitHub
View on GitHub PKMPokemonForm Class Reference
        PKMPokemonForm Class Reference