Institution constructor

Institution({
  1. List<DehydratedInstitution>? associatedInstitutions,
  2. int? citedByCount,
  3. String? countryCode,
  4. List<CountByYear>? countsByYear,
  5. String? createdDate,
  6. String? displayName,
  7. List<String>? displayNameAcronyms,
  8. List<String>? displayNameAlternatives,
  9. Geo? geo,
  10. String? homepageUrl,
  11. String? id,
  12. AlexIds? ids,
  13. String? imageThumbnailUrl,
  14. String? imageUrl,
  15. International? international,
  16. List<Repository>? repositories,
  17. List<Role>? roles,
  18. String? ror,
  19. SummaryStats? summaryStats,
  20. String? type,
  21. String? updatedDate,
  22. String? worksApiUrl,
  23. int? worksCount,
  24. 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,
});