nickname property

VCardNickname? get nickname

The child document of type "Nickname".

Implementation

document_wrapper.VCardNickname? get nickname => document
    .childByDocumentType("Nickname")
    ?.let((child) => document_wrapper.VCardNickname(child));