InstitutionsGetResponse constructor

InstitutionsGetResponse({
  1. List<Institution>? institutions,
  2. int? total,
  3. String? requestId,
})

Implementation

InstitutionsGetResponse({
  this.institutions,
  this.total,
  this.requestId,
});