threshold property

double get threshold

Implementation

double get threshold => js_util.getProperty(this, 'threshold');
set threshold (double newValue)

Implementation

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