noiseSuppression property
bool?
get
noiseSuppression
Implementation
_i2.bool? get noiseSuppression => _i4.getProperty(
this,
'noiseSuppression',
);
set
noiseSuppression
(bool? value)
Implementation
set noiseSuppression(_i2.bool? value) {
_i4.setProperty(
this,
'noiseSuppression',
value ?? _i6.undefined,
);
}