anniversary property
VCardAnniversary?
get
anniversary
The child document of type "Anniversary".
Implementation
document_wrapper.VCardAnniversary? get anniversary => document
.childByDocumentType("Anniversary")
?.let((child) => document_wrapper.VCardAnniversary(child));