noiseSuppression property

List<bool>? get noiseSuppression

Implementation

_i2.List<_i2.bool>? get noiseSuppression => ((_i4.getProperty(
      this,
      'noiseSuppression',
    )) as _i2.List?)
        ?.cast();
set noiseSuppression (List<bool>? value)

Implementation

set noiseSuppression(_i2.List<_i2.bool>? value) {
  _i4.setProperty(
    this,
    'noiseSuppression',
    value ?? _i6.undefined,
  );
}