clearName method

HeatmapChartSeries clearName()

Clears HeatmapChartSeries.name to null.

Implementation

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