withPointKey method

RangeAreaDataPoint withPointKey(
  1. String value
)

Replaces RangeAreaDataPoint.pointKey with value.

Implementation

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