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