withPacking method
- SeriesCalloutPacking value
Replaces SeriesCalloutConfig.packing with value.
Implementation
SeriesCalloutConfig withPacking(SeriesCalloutPacking value) =>
copyWith(packing: value);
Replaces SeriesCalloutConfig.packing with value.
SeriesCalloutConfig withPacking(SeriesCalloutPacking value) =>
copyWith(packing: value);