threshold property

dynamic threshold

Implementation

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

Implementation

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