uid property

VCardUID? get uid

The child document of type "UID".

Implementation

document_wrapper.VCardUID? get uid => document
    .childByDocumentType("UID")
    ?.let((child) => document_wrapper.VCardUID(child));