t property

EuropeanDriverLicenseBackCategoriesT get t

The child document of type "T".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesT get t =>
    document.childByDocumentType("T")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesT(child));