withSeries method

SeriesCalloutConfig withSeries(
  1. Map<String, SeriesCalloutSpec> value
)

Replaces SeriesCalloutConfig.series with value.

Implementation

SeriesCalloutConfig withSeries(Map<String, SeriesCalloutSpec> value) =>
    copyWith(series: value);