MedicalCertificateResult constructor

MedicalCertificateResult(
  1. bool recognitionSuccessful,
  2. List<MedicalCertificateCheckBox> checkboxes,
  3. List<DateRecord> dates,
  4. MedicalCertificatePatientInfoBox patientInfoBox,
  5. McFormType mcFormType,
)

Implementation

MedicalCertificateResult(this.recognitionSuccessful, this.checkboxes,
    this.dates, this.patientInfoBox, this.mcFormType);