d1E property

EuropeanDriverLicenseBackCategoriesD1E get d1E

The child document of type "D1E".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesD1E get d1E =>
    document.childByDocumentType("D1E")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesD1E(child));