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