PatientScope constructor

PatientScope({
  1. List<String>? patientIds,
})

Implementation

PatientScope({
  this.patientIds,
});