clearName method

GaugeChartSeries clearName()

Clears GaugeChartSeries.name to null.

Implementation

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