PKMPokemonColor
public class PKMPokemonColor: MappableColors used for sorting Pokémon in a Pokédex. The color listed in the Pokédex is usually the color most apparent or covering each Pokémon’s body. No orange category exists; Pokémon that are primarily orange are listed as red or brown.
- 
                  
                  The identifier for this Pokémon color resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this Pokémon color resource DeclarationSwift public var name: String?
- 
                  
                  The name of this Pokémon color listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of the Pokémon species that have this color DeclarationSwift public var pokemonSpecies: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonColor: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMPokemonColor: Mappable
 View on GitHub
View on GitHub PKMPokemonColor Class Reference
        PKMPokemonColor Class Reference