versionDetails property

  1. @JsonKey(name: 'version_details')
List<ItemHolderPokemonVersionDetail> versionDetails
inherited

The details for the version that this item is held in by the Pokémon.

Implementation

@JsonKey(name: 'version_details')
List<ItemHolderPokemonVersionDetail> get versionDetails =>
    throw _privateConstructorUsedError;