exec method
- {required Threshold threshold}
Implementation
ThresholdModel exec({
required Threshold threshold,
}) {
return ThresholdModel(
positive: threshold.positive,
negative: threshold.negative,
range: threshold.range,
);
}
ThresholdModel exec({
required Threshold threshold,
}) {
return ThresholdModel(
positive: threshold.positive,
negative: threshold.negative,
range: threshold.range,
);
}