title property
VCardTitle?
get
title
The child document of type "Title".
Implementation
document_wrapper.VCardTitle? get title => document
.childByDocumentType("Title")
?.let((child) => document_wrapper.VCardTitle(child));