revision property
The child document of type "Revision".
Implementation
document_wrapper.VCardRevision? get revision => document
.childByDocumentType("Revision")
?.let((child) => document_wrapper.VCardRevision(child));
The child document of type "Revision".
document_wrapper.VCardRevision? get revision => document
.childByDocumentType("Revision")
?.let((child) => document_wrapper.VCardRevision(child));