InstitutionsSearchRequest.fromJson constructor

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

Implementation

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