version property

VCardVersion get version

The child document of type "Version".

Implementation

document_wrapper.VCardVersion get version => document
    .childByDocumentType("Version")!
    .let((child) => document_wrapper.VCardVersion(child));