c1 property

EuropeanDriverLicenseBackCategoriesC1 get c1

The child document of type "C1".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesC1 get c1 =>
    document.childByDocumentType("C1")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesC1(child));