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