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