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