withPointKey method
- String value
Replaces ChartDataPoint.pointKey with value.
Implementation
ChartDataPoint withPointKey(String value) => copyWith(pointKey: value);
Replaces ChartDataPoint.pointKey with value.
ChartDataPoint withPointKey(String value) => copyWith(pointKey: value);