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