isMajorTopic property

  1. @JsonKey(name: 'is_major_topic')
bool? isMajorTopic
getter/setter pair

If this MeSH term is a major topic for the work, this field will be true; otherwise it will be false.

Implementation

@JsonKey(name: 'is_major_topic')
bool? isMajorTopic;