publicKey property

VCardPublicKey? get publicKey

The child document of type "PublicKey".

Implementation

document_wrapper.VCardPublicKey? get publicKey => document
    .childByDocumentType("PublicKey")
    ?.let((child) => document_wrapper.VCardPublicKey(child));