primaryLocation property

  1. @JsonKey(name: 'primary_location')
Location? primaryLocation
getter/setter pair

A Location object with the primary location of this work. The primary_location is where you can find the best (closest to the version of record) copy of this work. For a peer-reviewed journal article, this would be a full text published version, hosted by the publisher at the article's DOI URL.

Implementation

@JsonKey(name: 'primary_location')
Location? primaryLocation;