PokeAPIEndpoints class

Implementers

Constructors

PokeAPIEndpoints(PokeAPIClient client)

Properties

abilities → BaseNamedEndpoint<Ability>
finalinherited
berries → BaseNamedEndpoint<Berry>
finalinherited
berryFirmnesses → BaseNamedEndpoint<BerryFirmness>
finalinherited
berryFlavors → BaseNamedEndpoint<BerryFlavor>
finalinherited
characteristics → BaseEndpoint<Characteristic>
finalinherited
contestEffects → BaseEndpoint<ContestEffect>
finalinherited
contestTypes → BaseNamedEndpoint<ContestType>
finalinherited
eggGroups → BaseNamedEndpoint<EggGroup>
finalinherited
encounterConditions → BaseNamedEndpoint<EncounterCondition>
finalinherited
encounterConditionValues → BaseNamedEndpoint<EncounterConditionValue>
finalinherited
encounterMethods → BaseNamedEndpoint<EncounterMethod>
finalinherited
evolutionChains → BaseEndpoint<EvolutionChain>
finalinherited
evolutionTriggers → BaseNamedEndpoint<EvolutionTrigger>
finalinherited
genders → BaseNamedEndpoint<Gender>
finalinherited
generations → BaseNamedEndpoint<Generation>
finalinherited
growthRates → BaseNamedEndpoint<GrowthRate>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
itemAttributes → BaseNamedEndpoint<ItemAttribute>
finalinherited
itemCategories → BaseNamedEndpoint<ItemCategory>
finalinherited
itemFlingEffects → BaseNamedEndpoint<ItemFlingEffect>
finalinherited
itemPockets → BaseNamedEndpoint<ItemPocket>
finalinherited
items → BaseNamedEndpoint<Item>
finalinherited
languages → BaseNamedEndpoint<Language>
finalinherited
locationAreas → BaseNamedEndpoint<LocationArea>
finalinherited
locations → BaseNamedEndpoint<Location>
finalinherited
machines → BaseEndpoint<Machine>
finalinherited
moveAilments → BaseNamedEndpoint<MoveAilment>
finalinherited
moveBattleStyles → BaseNamedEndpoint<MoveBattleStyle>
finalinherited
moveCategories → BaseNamedEndpoint<MoveCategory>
finalinherited
moveDamageClasses → BaseNamedEndpoint<MoveDamageClass>
finalinherited
moveLearnMethods → BaseNamedEndpoint<MoveLearnMethod>
finalinherited
moves → BaseNamedEndpoint<Move>
finalinherited
moveTargets → BaseNamedEndpoint<MoveTarget>
finalinherited
natures → BaseNamedEndpoint<Nature>
finalinherited
palParkAreas → BaseNamedEndpoint<PalParkArea>
finalinherited
pokeathlonStats → BaseNamedEndpoint<PokeathlonStat>
finalinherited
pokedexes → BaseNamedEndpoint<PokedexData>
finalinherited
pokemon → BaseNamedEndpoint<Pokemon>
finalinherited
pokemonColors → BaseNamedEndpoint<PokemonColor>
finalinherited
pokemonForms → BaseNamedEndpoint<PokemonForm>
finalinherited
pokemonHabitats → BaseNamedEndpoint<PokemonHabitat>
finalinherited
pokemonShapes → BaseNamedEndpoint<PokemonShape>
finalinherited
pokemonSpecies → BaseNamedEndpoint<PokemonSpecies>
finalinherited
regions → BaseNamedEndpoint<Region>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats → BaseNamedEndpoint<Stat>
finalinherited
superContestEffects → BaseEndpoint<SuperContestEffect>
finalinherited
types → BaseNamedEndpoint<Type>
finalinherited
versionGroups → BaseNamedEndpoint<VersionGroup>
finalinherited
versions → BaseNamedEndpoint<Version>
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited