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