clearPointKey method
Clears HeatmapDataPoint.pointKey to null.
Implementation
HeatmapDataPoint clearPointKey() => copyWith(clearPointKey: true);
Clears HeatmapDataPoint.pointKey to null.
HeatmapDataPoint clearPointKey() => copyWith(clearPointKey: true);