withUnit method
- String value
Replaces AreaChartSeries.unit with value.
Implementation
AreaChartSeries withUnit(String value) => copyWith(unit: value);
Replaces AreaChartSeries.unit with value.
AreaChartSeries withUnit(String value) => copyWith(unit: value);