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