isOa property

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

True if this work is Open Access (OA). There are many ways to define OA. OpenAlex uses a broad definition: having a URL where you can read the fulltext of this work without needing to pay money or log in.

Implementation

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