InstitutionsGetRequestOptions.fromJson constructor

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

Implementation

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