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