clearTimestamp method
Clears HeatmapDataPoint.timestamp to null.
Implementation
HeatmapDataPoint clearTimestamp() => copyWith(clearTimestamp: true);
Clears HeatmapDataPoint.timestamp to null.
HeatmapDataPoint clearTimestamp() => copyWith(clearTimestamp: true);