withLabel method
- String value
Replaces GaugeThreshold.label with value.
Implementation
GaugeThreshold withLabel(String value) => copyWith(label: value);
Replaces GaugeThreshold.label with value.
GaugeThreshold withLabel(String value) => copyWith(label: value);