PokemonSpecies

constructor(id: Int, name: String, order: Int, genderRate: Int, captureRate: Int, baseHappiness: Int, isBaby: Boolean, isLegendary: Boolean? = null, isMythical: Boolean? = null, hatchCounter: Int, hasGenderDifferences: Boolean, formsSwitchable: Boolean, growthRate: NamedApiResource, pokedexNumbers: List<PokemonSpeciesDexEntry>, eggGroups: List<NamedApiResource>, color: NamedApiResource, shape: NamedApiResource, evolvesFromSpecies: NamedApiResource?, evolutionChain: ApiResource, habitat: NamedApiResource?, generation: NamedApiResource, names: List<Name>, palParkEncounters: List<PalParkEncounterArea>, formDescriptions: List<Description>, genera: List<Genus>, varieties: List<PokemonSpeciesVariety>, flavorTextEntries: List<PokemonSpeciesFlavorText>)(source)