role property

VCardRole? get role

The child document of type "Role".

Implementation

document_wrapper.VCardRole? get role => document
    .childByDocumentType("Role")
    ?.let((child) => document_wrapper.VCardRole(child));