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