name property
VCardName?
get
name
The child document of type "Name".
Implementation
document_wrapper.VCardName? get name => document
.childByDocumentType("Name")
?.let((child) => document_wrapper.VCardName(child));