kind property
The child document of type "Kind".
Implementation
document_wrapper.VCardKind? get kind => document
.childByDocumentType("Kind")
?.let((child) => document_wrapper.VCardKind(child));
The child document of type "Kind".
document_wrapper.VCardKind? get kind => document
.childByDocumentType("Kind")
?.let((child) => document_wrapper.VCardKind(child));