birthday property
The child document of type "Birthday".
Implementation
document_wrapper.VCardBirthday? get birthday => document
.childByDocumentType("Birthday")
?.let((child) => document_wrapper.VCardBirthday(child));
The child document of type "Birthday".
document_wrapper.VCardBirthday? get birthday => document
.childByDocumentType("Birthday")
?.let((child) => document_wrapper.VCardBirthday(child));