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