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