withPointKey method

HeatmapDataPoint withPointKey(
  1. String value
)

Replaces HeatmapDataPoint.pointKey with value.

Implementation

HeatmapDataPoint withPointKey(String value) => copyWith(pointKey: value);