threshold property

dynamic get threshold

Implementation

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

Implementation

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