source property
VCardSource?
get
source
The child document of type "Source".
Implementation
document_wrapper.VCardSource? get source => document
.childByDocumentType("Source")
?.let((child) => document_wrapper.VCardSource(child));