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