threshold property

int get threshold

Implementation

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

Implementation

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