withName method

GaugeChartSeries withName(
  1. String value
)

Replaces GaugeChartSeries.name with value.

Implementation

GaugeChartSeries withName(String value) => copyWith(name: value);