sound property
VCardSound?
get
sound
The child document of type "Sound".
Implementation
document_wrapper.VCardSound? get sound => document
.childByDocumentType("Sound")
?.let((child) => document_wrapper.VCardSound(child));