withLabel method

CandlestickDataPoint withLabel(
  1. String value
)

Replaces CandlestickDataPoint.label with value.

Implementation

CandlestickDataPoint withLabel(String value) => copyWith(label: value);