noiseSuppression property

Iterable<bool> noiseSuppression

Implementation

Iterable<bool> get noiseSuppression =>
    js_util.getProperty(this, 'noiseSuppression');
void noiseSuppression=(Iterable<bool> newValue)

Implementation

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