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