organisation property
VCardOrganisation?
get
organisation
The child document of type "Organisation".
Implementation
document_wrapper.VCardOrganisation? get organisation => document
.childByDocumentType("Organisation")
?.let((child) => document_wrapper.VCardOrganisation(child));