DehydratedInstitution.fromJson constructor

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

Implementation

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