withUnit method

HeatmapChartSeries withUnit(
  1. String value
)

Replaces HeatmapChartSeries.unit with value.

Implementation

HeatmapChartSeries withUnit(String value) => copyWith(unit: value);