Institution constructor
Institution({
- List<
DehydratedInstitution> ? associatedInstitutions, - int? citedByCount,
- String? countryCode,
- List<
CountByYear> ? countsByYear, - String? createdDate,
- String? displayName,
- List<
String> ? displayNameAcronyms, - List<
String> ? displayNameAlternatives, - Geo? geo,
- String? homepageUrl,
- String? id,
- AlexIds? ids,
- String? imageThumbnailUrl,
- String? imageUrl,
- International? international,
- List<
Repository> ? repositories, - List<
Role> ? roles, - String? ror,
- SummaryStats? summaryStats,
- String? type,
- String? updatedDate,
- String? worksApiUrl,
- int? worksCount,
- List<
XConcept> ? xConcepts,
Implementation
Institution({
this.associatedInstitutions,
this.citedByCount,
this.countryCode,
this.countsByYear,
this.createdDate,
this.displayName,
this.displayNameAcronyms,
this.displayNameAlternatives,
this.geo,
this.homepageUrl,
this.id,
this.ids,
this.imageThumbnailUrl,
this.imageUrl,
this.international,
this.repositories,
this.roles,
this.ror,
this.summaryStats,
this.type,
this.updatedDate,
this.worksApiUrl,
this.worksCount,
this.xConcepts,
});