PokemonSpeciesGender class

Annotations
  • @freezed

Constructors

PokemonSpeciesGender(int rate, @JsonKey(name: 'pokemon_species') NamedAPIResource pokemonSpecies)
const
factory
PokemonSpeciesGender.fromJson(Json json)
factory

Properties

copyWith → $PokemonSpeciesGenderCopyWith<PokemonSpeciesGender>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pokemonSpecies NamedAPIResource
A Pokémon species that can be the referenced gender.
no setterinherited
rate int
The chance of this Pokémon being female, in eighths; or -1 for genderless.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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