Patient.fromJson constructor

Patient.fromJson(
  1. JsonObject json
)

Creates a Patient instance from the provided JSON object.

Implementation

Patient.fromJson(JsonObject json) : super._internal(json);