associatedInstitutions property
- @JsonKey(name: 'associated_institutions')
getter/setter pair
Institutions related to this one. Each associated institution is represented as a object, with one extra property:
Implementation
@JsonKey(name: 'associated_institutions')
List<DehydratedInstitution>? associatedInstitutions;