busyTimeURL property
VCardBusyTimeURL?
get
busyTimeURL
The child document of type "BusyTimeURL".
Implementation
document_wrapper.VCardBusyTimeURL? get busyTimeURL => document
.childByDocumentType("BusyTimeURL")
?.let((child) => document_wrapper.VCardBusyTimeURL(child));