isRetracted property

  1. @JsonKey(name: 'is_retracted')
bool? isRetracted
getter/setter pair

True if we know this work has been retracted. This field has high precision but low recall. In other words, if is_retracted is true, the article is definitely retracted. But if is_retracted is False, it still might be retracted, but we just don't know. This is because unfortunately, the open sources for retraction data aren't currently very comprehensive, and the more comprehensive ones aren't sufficiently open for us to use here.

Implementation

@JsonKey(name: 'is_retracted')
bool? isRetracted;