a2 property

EuropeanDriverLicenseBackCategoriesA2 get a2

The child document of type "A2".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesA2 get a2 =>
    document.childByDocumentType("A2")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesA2(child));