clearPointKey method

CandlestickDataPoint clearPointKey()

Clears CandlestickDataPoint.pointKey to null.

Implementation

CandlestickDataPoint clearPointKey() => copyWith(clearPointKey: true);