b1 property
The child document of type "B1".
Implementation
document_wrapper.EuropeanDriverLicenseBackCategoriesB1? get b1 =>
document.childByDocumentType("B1")?.let((child) =>
document_wrapper.EuropeanDriverLicenseBackCategoriesB1(child));