birthday property

VCardBirthday? get birthday

The child document of type "Birthday".

Implementation

document_wrapper.VCardBirthday? get birthday => document
    .childByDocumentType("Birthday")
    ?.let((child) => document_wrapper.VCardBirthday(child));