withShow method

SeriesCalloutSpec withShow(
  1. bool value
)

Replaces SeriesCalloutSpec.show with value.

Implementation

SeriesCalloutSpec withShow(bool value) => copyWith(show: value);