d1 property

EuropeanDriverLicenseBackCategoriesD1 get d1

The child document of type "D1".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesD1 get d1 =>
    document.childByDocumentType("D1")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesD1(child));