withTimestamp method

HeatmapDataPoint withTimestamp(
  1. DateTime value
)

Replaces HeatmapDataPoint.timestamp with value.

Implementation

HeatmapDataPoint withTimestamp(DateTime value) => copyWith(timestamp: value);