PokemonSpeciesDexEntry class

Inheritance
  • Object
  • Model<PokemonSpeciesDexEntryApiModel>
  • PokemonSpeciesDexEntry

Constructors

PokemonSpeciesDexEntry({required IService service, required PokemonSpeciesDexEntryApiModel apiModel})
const

Properties

apiModel → PokemonSpeciesDexEntryApiModel
finalinherited
entryNumber int
The index number within the Pokédex.
no setter
hashCode int
The hash code for this object.
no setterinherited
pokedex Future<Either<Error, Pokedex>>
The Pokédex the referenced Pokémon species can be found in.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service IService
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

Static Properties

adapter PokemonSpeciesDexEntryAdapter
getter/setter pair