kind property

VCardKind? get kind

The child document of type "Kind".

Implementation

document_wrapper.VCardKind? get kind => document
    .childByDocumentType("Kind")
    ?.let((child) => document_wrapper.VCardKind(child));