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