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