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