muted property

bool muted

Implementation

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

Implementation

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