clearPointKey method

ChartDataPoint clearPointKey()

Clears ChartDataPoint.pointKey to null.

Implementation

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