clearName method

RadarChartSeries clearName()

Clears RadarChartSeries.name to null.

Implementation

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