email property

VCardEmail? get email

The child document of type "Email".

Implementation

document_wrapper.VCardEmail? get email => document
    .childByDocumentType("Email")
    ?.let((child) => document_wrapper.VCardEmail(child));