InstitutionsSearchResponse constructor

InstitutionsSearchResponse({
  1. List<Institution>? institutions,
  2. String? requestId,
})

Implementation

InstitutionsSearchResponse({
  this.institutions,
  this.requestId,
});