noiseSuppression property

bool get noiseSuppression

Implementation

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

Implementation

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