versionDetails property

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

A list of versions and encounters with Pokémon that might happen in the referenced location area.

Implementation

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