mrz property

MRZ get mrz

The child document of type "MRZ".

Implementation

document_wrapper.MRZ get mrz => document
    .childByDocumentType("MRZ")!
    .let((child) => document_wrapper.MRZ(child));