threshold property

int threshold

Implementation

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

Implementation

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