smoothingTimeConstant property

double smoothingTimeConstant

Implementation

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

Implementation

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