Pokedex
constructor(id: Int, name: String, isMainSeries: Boolean, descriptions: List<Description>, names: List<Name>, pokemonEntries: List<PokemonEntry>, region: Handle.Named<Region>?, versionGroups: List<Handle.Named<VersionGroup>>)(source)
Parameters
id
The identifier for this resource.
name
The name for this resource.
is Main Series
Whether or not this Pokédex originated in the main series of the video games.
descriptions
The description of this resource listed in different languages.
names
The name of this resource listed in different languages.
pokemon Entries
A list of Pokémon catalogued in this Pokédex and their indexes.
region
The region this Pokédex catalogues Pokémon for.
version Groups
A list of version groups this Pokédex is relevant to.