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