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