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