clearPointKey method

HeatmapDataPoint clearPointKey()

Clears HeatmapDataPoint.pointKey to null.

Implementation

HeatmapDataPoint clearPointKey() => copyWith(clearPointKey: true);