Threshold constructor
Threshold({
- Comparison? comparison,
- double? thresholdValue,
Implementation
Threshold({
this.comparison,
this.thresholdValue,
});
Threshold({
this.comparison,
this.thresholdValue,
});