smoothingTimeConstant property
      
      num?
      get
      smoothingTimeConstant
      
    
    
    
Implementation
_i2.num? get smoothingTimeConstant => _i4.getProperty(
      this,
      'smoothingTimeConstant',
    );
      
      set
      smoothingTimeConstant
      (num? value) 
      
    
    
    
Implementation
set smoothingTimeConstant(_i2.num? value) {
  _i4.setProperty(
    this,
    'smoothingTimeConstant',
    value ?? _i6.undefined,
  );
}