PKMPokedex
public class PKMPokedex: MappableA Pokédex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pokémon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See Bulbapedia for greater detail.
- 
                  
                  The identifier for this Pokédex resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this Pokédex resource DeclarationSwift public var name: String?
- 
                  
                  Whether or not this Pokédex originated in the main series of the video games DeclarationSwift public var isMainSeries: Bool?
- 
                  
                  The description of this Pokédex listed in different languages DeclarationSwift public var descriptions: [PKMDescription]?
- 
                  
                  The name of this Pokédex listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  A list of pokemon catalogued in this Pokédex and their indexes DeclarationSwift public var pokemonEntries: [PKMEntry]?
- 
                  
                  The region this Pokédex catalogues pokemon for DeclarationSwift public var region: PKMNamedAPIResource?
- 
                  
                  A list of version groups this Pokédex is relevent to DeclarationSwift public var versionGroups: [PKMNamedAPIResource]?
- 
                  
                  Undocumented DeclarationSwift public class PKMPokedex: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMPokedex: Mappable
 View on GitHub
View on GitHub PKMPokedex Class Reference
        PKMPokedex Class Reference