withLabel method

HeatmapDataPoint withLabel(
  1. String value
)

Replaces HeatmapDataPoint.label with value.

Implementation

HeatmapDataPoint withLabel(String value) => copyWith(label: value);