withUnit method
- String value
Replaces HeatmapChartSeries.unit with value.
Implementation
HeatmapChartSeries withUnit(String value) => copyWith(unit: value);
Replaces HeatmapChartSeries.unit with value.
HeatmapChartSeries withUnit(String value) => copyWith(unit: value);