threshold property

int? threshold
override

Implementation

int? get threshold => _$this._threshold;
void threshold=(covariant int? threshold)
covariantoverride

Implementation

set threshold(covariant int? threshold) => _$this._threshold = threshold;