withName method
- String value
Replaces BarChartSeries.name with value.
Implementation
BarChartSeries withName(String value) => copyWith(name: value);
Replaces BarChartSeries.name with value.
BarChartSeries withName(String value) => copyWith(name: value);