clearPointKey method
Clears CandlestickDataPoint.pointKey to null.
Implementation
CandlestickDataPoint clearPointKey() => copyWith(clearPointKey: true);
Clears CandlestickDataPoint.pointKey to null.
CandlestickDataPoint clearPointKey() => copyWith(clearPointKey: true);