InstitutionsGetResponse.fromJson constructor

InstitutionsGetResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory InstitutionsGetResponse.fromJson(Map<String, dynamic> json) =>
    _$InstitutionsGetResponseFromJson(json);