silent property

bool get silent

Implementation

bool get silent => js_util.getProperty(this, 'silent');
set silent (bool newValue)

Implementation

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