threshold property

double threshold

Implementation

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

Implementation

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