echoCancellation property

List<bool>? get echoCancellation

Implementation

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

Implementation

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