referencedWorks property

  1. @JsonKey(name: 'referenced_works')
List<String>? referencedWorks
getter/setter pair

OpenAlex IDs for works that this work cites. These are citations that go from this work out to another work: This work ➞ Other works.

Implementation

@JsonKey(name: 'referenced_works')
List<String>? referencedWorks;