DEMedicalPlanStandardSubheading constructor

DEMedicalPlanStandardSubheading(
  1. List<String>? generalNotes,
  2. List<DEMedicalPlanStandardSubheadingField>? fields,
  3. List<DEMedicalPlanMedicine>? medicines,
  4. List<DEMedicalPlanSubheadingPrescription>? prescriptions,
)

Implementation

DEMedicalPlanStandardSubheading(
    this.generalNotes, this.fields, this.medicines, this.prescriptions);