withEnabled method
- bool value
Replaces SeriesCalloutConfig.enabled with value.
Implementation
SeriesCalloutConfig withEnabled(bool value) => copyWith(enabled: value);
Replaces SeriesCalloutConfig.enabled with value.
SeriesCalloutConfig withEnabled(bool value) => copyWith(enabled: value);