mrz property
The child document of type "MRZ".
Implementation
document_wrapper.MRZ get mrz => document
.childByDocumentType("MRZ")!
.let((child) => document_wrapper.MRZ(child));
The child document of type "MRZ".
document_wrapper.MRZ get mrz => document
.childByDocumentType("MRZ")!
.let((child) => document_wrapper.MRZ(child));