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