isOA property

  1. @JsonKey(name: 'is_oa')
bool? isOA
getter/setter pair

Set to true if the work hosted here can be read for free, without registration.

Implementation

@JsonKey(name: 'is_oa')
bool? isOA;