note property
VCardNote?
get
note
The child document of type "Note".
Implementation
document_wrapper.VCardNote? get note => document
.childByDocumentType("Note")
?.let((child) => document_wrapper.VCardNote(child));