desynchronized property
bool
get
desynchronized
Implementation
bool get desynchronized => js_util.getProperty(this, 'desynchronized');
set
desynchronized
(bool newValue)
Implementation
set desynchronized(bool newValue) {
js_util.setProperty(this, 'desynchronized', newValue);
}