PKMAbilityPokemon
public class PKMAbilityPokemon: MappableAbility Pokemon
- 
                  
                  Whether or not this a hidden ability for the referenced Pokémon DeclarationSwift public var isHidden: Bool?
- 
                  
                  Pokémon have 3 ability ‘slots’ which hold references to possible abilities they could have. This is the slot of this ability for the referenced pokemon. DeclarationSwift public var slot: Int?
- 
                  
                  The Pokémon this ability could belong to DeclarationSwift public var pokemon: PKMNamedAPIResource?
- 
                  
                  Undocumented DeclarationSwift public class PKMAbilityPokemon: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMAbilityPokemon: Mappable
 View on GitHub
View on GitHub PKMAbilityPokemon Class Reference
        PKMAbilityPokemon Class Reference