c1E property

EuropeanDriverLicenseBackCategoriesC1E get c1E

The child document of type "C1E".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesC1E get c1E =>
    document.childByDocumentType("C1E")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesC1E(child));