coneOuterGain property

double coneOuterGain

Implementation

double get coneOuterGain => js_util.getProperty(this, 'coneOuterGain');
void coneOuterGain=(double newValue)

Implementation

set coneOuterGain(double newValue) {
  js_util.setProperty(this, 'coneOuterGain', newValue);
}