userInitiated property

bool userInitiated

Implementation

bool get userInitiated => js_util.getProperty(this, 'userInitiated');
void userInitiated=(bool newValue)

Implementation

set userInitiated(bool newValue) {
  js_util.setProperty(this, 'userInitiated', newValue);
}