withEnabled method

SeriesCalloutConfig withEnabled(
  1. bool value
)

Replaces SeriesCalloutConfig.enabled with value.

Implementation

SeriesCalloutConfig withEnabled(bool value) => copyWith(enabled: value);