related property
VCardRelated?
get
related
The child document of type "Related".
Implementation
document_wrapper.VCardRelated? get related => document
.childByDocumentType("Related")
?.let((child) => document_wrapper.VCardRelated(child));