withTimestamp method
- DateTime value
Replaces HeatmapDataPoint.timestamp with value.
Implementation
HeatmapDataPoint withTimestamp(DateTime value) => copyWith(timestamp: value);
Replaces HeatmapDataPoint.timestamp with value.
HeatmapDataPoint withTimestamp(DateTime value) => copyWith(timestamp: value);