withMagnitude method

RangeAreaDataPoint withMagnitude(
  1. double value
)

Replaces RangeAreaDataPoint.magnitude with value.

Implementation

RangeAreaDataPoint withMagnitude(double value) => copyWith(magnitude: value);