smoothingTimeConstant property
double
get
smoothingTimeConstant
Implementation
double get smoothingTimeConstant =>
js_util.getProperty(this, 'smoothingTimeConstant');
set
smoothingTimeConstant
(double newValue)
Implementation
set smoothingTimeConstant(double newValue) {
js_util.setProperty(this, 'smoothingTimeConstant', newValue);
}