clearTimestamp method

ChartDataPoint clearTimestamp()

Clears ChartDataPoint.timestamp to null.

Implementation

ChartDataPoint clearTimestamp() => copyWith(clearTimestamp: true);