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