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