metadata property

Metadata get metadata

The child document of type "Metadata".

Implementation

document_wrapper.Metadata get metadata => document
    .childByDocumentType("Metadata")!
    .let((child) => document_wrapper.Metadata(child));