PokemonMoveVersion class

Annotations
  • @freezed

Constructors

PokemonMoveVersion(@JsonKey(name: 'move_learn_method') NamedAPIResource moveLearnMethod, @JsonKey(name: 'version_group') NamedAPIResource versionGroup, @JsonKey(name: 'level_learned_at') int levelLearnedAt)
const
factory
PokemonMoveVersion.fromJson(Json json)
factory

Properties

copyWith → $PokemonMoveVersionCopyWith<PokemonMoveVersion>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
levelLearnedAt int
The minimum level to learn the move.
no setterinherited
moveLearnMethod NamedAPIResource
The method by which the move is learned.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionGroup NamedAPIResource
The version group in which the move is learned.
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