Objective constructor

Objective({
  1. String? laboratoryResults,
  2. String? physicalExaminationFindings,
})

Implementation

Objective({this.laboratoryResults, this.physicalExaminationFindings});