Patient.fromJson constructor
Patient.fromJson(
- JsonObject json
Creates a Patient instance from the provided JSON object.
Implementation
Patient.fromJson(JsonObject json) : super._internal(json);
Creates a Patient instance from the provided JSON object.
Patient.fromJson(JsonObject json) : super._internal(json);