PatientScope.fromJson constructor
PatientScope.fromJson(
- Map json_
Implementation
PatientScope.fromJson(core.Map json_)
: this(
patientIds: (json_['patientIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);