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