PKMGrowthRate
public class PKMGrowthRate: MappableGrowth rates are the speed with which Pokémon gain levels through experience. Check out Bulbapedia ( http://bulbapedia.bulbagarden.net/wiki/Experience ) 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?
- 
                  
                  The formula used to calculate the rate at which the Pokémon species gains level DeclarationSwift public var formula: String?
- 
                  
                  The descriptions of this characteristic listed in different languages DeclarationSwift public var descriptions: [PKMDescription]?
- 
                  
                  A list of levels and the amount of experienced needed to atain them based on this growth rate DeclarationSwift public var levels: [PKMGrowthRateExperienceLevel]?
- 
                  
                  A list of Pokémon species that gain levels at this growth rate DeclarationSwift public var pokemonSpecies: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMGrowthRate: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMGrowthRate: Mappable
 View on GitHub
View on GitHub PKMGrowthRate Class Reference
        PKMGrowthRate Class Reference