clearName method

BarChartSeries clearName()

Clears BarChartSeries.name to null.

Implementation

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