worksApiUrl property

  1. @JsonKey(name: 'works_api_url')
String? worksApiUrl
getter/setter pair

A URL that will get you a list of all the Works affiliated with this institution.

Implementation

@JsonKey(name: 'works_api_url')
String? worksApiUrl;