citedByApiUrl property

  1. @JsonKey(name: 'cited_by_api_url')
String? citedByApiUrl
getter/setter pair

A URL that uses the cites filter to display a list of works that cite this work. This is a way to expand cited_by_count into an actual list of works.

Implementation

@JsonKey(name: 'cited_by_api_url')
String? citedByApiUrl;