clearName method
Clears PolarColumnChartSeries.name to null.
Implementation
PolarColumnChartSeries clearName() => copyWith(clearName: true);
Clears PolarColumnChartSeries.name to null.
PolarColumnChartSeries clearName() => copyWith(clearName: true);