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