withName method

PieChartSeries withName(
  1. String value
)

Replaces PieChartSeries.name with value.

Implementation

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