url property
VCardURL?
get
url
The child document of type "URL".
Implementation
document_wrapper.VCardURL? get url => document
.childByDocumentType("URL")
?.let((child) => document_wrapper.VCardURL(child));