withPointKey method

CandlestickDataPoint withPointKey(
  1. String value
)

Replaces CandlestickDataPoint.pointKey with value.

Implementation

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