InstitutionsGetRequest.fromJson constructor

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

Implementation

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