withName method

DonutChartSeries withName(
  1. String value
)

Replaces DonutChartSeries.name with value.

Implementation

DonutChartSeries withName(String value) => copyWith(name: value);