d property

EuropeanDriverLicenseBackCategoriesD get d

The child document of type "D".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesD get d =>
    document.childByDocumentType("D")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesD(child));