InstitutionsGetByIdResponse.fromJson constructor

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

Implementation

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