heldItem property

  1. @JsonKey(name: 'held_item')
NamedAPIResource? heldItem
inherited

The item the evolving Pokémon species must be holding during the evolution trigger event to evolve into this Pokémon species.

See also:

Item

Implementation

@JsonKey(name: 'held_item')
NamedAPIResource? get heldItem => throw _privateConstructorUsedError;