withPointKey method

ChartDataPoint withPointKey(
  1. String value
)

Replaces ChartDataPoint.pointKey with value.

Implementation

ChartDataPoint withPointKey(String value) => copyWith(pointKey: value);