withMagnitude method
- double value
Replaces CandlestickDataPoint.magnitude with value.
Implementation
CandlestickDataPoint withMagnitude(double value) =>
copyWith(magnitude: value);
Replaces CandlestickDataPoint.magnitude with value.
CandlestickDataPoint withMagnitude(double value) =>
copyWith(magnitude: value);