xml property
VCardXML?
get
xml
The child document of type "XML".
Implementation
document_wrapper.VCardXML? get xml => document
.childByDocumentType("XML")
?.let((child) => document_wrapper.VCardXML(child));