Patient.fromJson constructor

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

Implementation

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