firstName property
VCardFirstName?
get
firstName
The child document of type "FirstName".
Implementation
document_wrapper.VCardFirstName? get firstName => document
.childByDocumentType("FirstName")
?.let((child) => document_wrapper.VCardFirstName(child));