a1 property

EuropeanDriverLicenseBackCategoriesA1 get a1

The child document of type "A1".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesA1 get a1 =>
    document.childByDocumentType("A1")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesA1(child));