b property

EuropeanDriverLicenseBackCategoriesB get b

The child document of type "B".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesB get b =>
    document.childByDocumentType("B")!.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesB(child));