InstitutionsGetByIdRequest.fromJson constructor

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

Implementation

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