withPointKey method
- String value
Replaces HeatmapDataPoint.pointKey with value.
Implementation
HeatmapDataPoint withPointKey(String value) => copyWith(pointKey: value);
Replaces HeatmapDataPoint.pointKey with value.
HeatmapDataPoint withPointKey(String value) => copyWith(pointKey: value);