MetaInstitutions.fromJson constructor

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

Implementation

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