clearName method

PieChartSeries clearName()

Clears PieChartSeries.name to null.

Implementation

PieChartSeries clearName() => copyWith(clearName: true);