gain property

double gain

Implementation

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

Implementation

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