withZones method

GaugeChartSeries withZones(
  1. List<GaugeZone> value
)

Replaces GaugeChartSeries.zones with value.

Implementation

GaugeChartSeries withZones(List<GaugeZone> value) => copyWith(zones: value);