sortString property
VCardSortString?
get
sortString
The child document of type "SortString".
Implementation
document_wrapper.VCardSortString? get sortString => document
.childByDocumentType("SortString")
?.let((child) => document_wrapper.VCardSortString(child));