PokemonFormSprites class

Annotations
  • @freezed

Constructors

PokemonFormSprites(@JsonKey(name: 'front_default') String? frontDefault, @JsonKey(name: 'front_shiny') String? frontShiny, @JsonKey(name: 'back_default') String? backDefault, @JsonKey(name: 'back_shiny') String? backShiny)
const
factory
PokemonFormSprites.fromJson(Json json)
factory

Properties

backDefault String?
The default depiction of this Pokémon form from the back in battle.
no setterinherited
backShiny String?
The shiny depiction of this Pokémon form from the back in battle.
no setterinherited
copyWith → $PokemonFormSpritesCopyWith<PokemonFormSprites>
no setterinherited
frontDefault String?
The default depiction of this Pokémon form from the front in battle.
no setterinherited
frontShiny String?
The shiny depiction of this Pokémon form from the front in battle.
no setterinherited
hashCode int
The hash code for this object.
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