threshold property
num?
get
threshold
Implementation
_i2.num? get threshold => _i4.getProperty(
this,
'threshold',
);
set
threshold
(num? value)
Implementation
set threshold(_i2.num? value) {
_i4.setProperty(
this,
'threshold',
value ?? _i6.undefined,
);
}