MedicalCertificatePatientInfoField constructor

MedicalCertificatePatientInfoField(
  1. MedicalCertificatePatientInfoFieldType patientInfoFieldType,
  2. double confidenceValue,
  3. String value
)

Implementation

MedicalCertificatePatientInfoField(
    this.patientInfoFieldType, this.confidenceValue, this.value);