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