withLabel method

SeriesCalloutSpec withLabel(
  1. String value
)

Replaces SeriesCalloutSpec.label with value.

Implementation

SeriesCalloutSpec withLabel(String value) => copyWith(label: value);