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