b1 property

EuropeanDriverLicenseBackCategoriesB1? get b1

The child document of type "B1".

Implementation

document_wrapper.EuropeanDriverLicenseBackCategoriesB1? get b1 =>
    document.childByDocumentType("B1")?.let((child) =>
        document_wrapper.EuropeanDriverLicenseBackCategoriesB1(child));