formattedName property
The child document of type "FormattedName".
Implementation
document_wrapper.VCardFormattedName? get formattedName => document
.childByDocumentType("FormattedName")
?.let((child) => document_wrapper.VCardFormattedName(child));