withSeries method
- Map<
String, SeriesCalloutSpec> value
Replaces SeriesCalloutConfig.series with value.
Implementation
SeriesCalloutConfig withSeries(Map<String, SeriesCalloutSpec> value) =>
copyWith(series: value);
Replaces SeriesCalloutConfig.series with value.
SeriesCalloutConfig withSeries(Map<String, SeriesCalloutSpec> value) =>
copyWith(series: value);