xConcepts property

  1. @JsonKey(name: 'x_concepts')
List<XConcept>? xConcepts
getter/setter pair

The Concepts most frequently applied to works affiliated with this institution. Each is represented as a Concept object, with one additional attribute:

Implementation

@JsonKey(name: 'x_concepts')
List<XConcept>? xConcepts;