withMagnitude method

HeatmapDataPoint withMagnitude(
  1. double value
)

Replaces HeatmapDataPoint.magnitude with value.

Implementation

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