muted property

bool get muted

Implementation

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

Implementation

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