coneOuterGain property

num? get coneOuterGain

Implementation

_i2.num? get coneOuterGain => _i4.getProperty(
      this,
      'coneOuterGain',
    );
set coneOuterGain (num? value)

Implementation

set coneOuterGain(_i2.num? value) {
  _i4.setProperty(
    this,
    'coneOuterGain',
    value ?? _i6.undefined,
  );
}