DehydratedInstitution constructor

DehydratedInstitution({
  1. String? countryCode,
  2. String? displayName,
  3. String? id,
  4. String? ror,
  5. String? type,
})

Implementation

DehydratedInstitution({
  this.countryCode,
  this.displayName,
  this.id,
  this.ror,
  this.type,
});