clearTimestamp method

HeatmapDataPoint clearTimestamp()

Clears HeatmapDataPoint.timestamp to null.

Implementation

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