DEMedicalPlanPatientInformation.fromJson constructor

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

Implementation

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