PKMMoveLearnMethod
public class PKMMoveLearnMethod: MappableMethods by which Pokémon can learn moves.
- 
                  
                  The identifier for this move learn method resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this move learn method resource DeclarationSwift public var name: String?
- 
                  
                  The description of this move learn method listed in different languages DeclarationSwift public var descriptions: [PKMDescription]?
- 
                  
                  The name of this move learn method listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of version groups where moves can be learned through this method DeclarationSwift public var versionGroups: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMMoveLearnMethod: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMMoveLearnMethod: Mappable
 View on GitHub
View on GitHub PKMMoveLearnMethod Class Reference
        PKMMoveLearnMethod Class Reference