withValue method
- double value
Replaces PolarThreshold.value with value.
Implementation
PolarThreshold withValue(double value) => copyWith(value: value);
Replaces PolarThreshold.value with value.
PolarThreshold withValue(double value) => copyWith(value: value);