coneOuterGain property

double get coneOuterGain

Implementation

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

Implementation

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