MedicalCertificateResult constructor
MedicalCertificateResult(
- bool? recognitionSuccessful,
- List<
MedicalCertificateCheckBox> checkboxes, - List<
DateRecord> dates, - MedicalCertificatePatientInfoBox? patientInfoBox,
- McFormType mcFormType,
Implementation
MedicalCertificateResult(this.recognitionSuccessful, this.checkboxes,
this.dates, this.patientInfoBox, this.mcFormType);