withPriority method

SeriesCalloutSpec withPriority(
  1. int value
)

Replaces SeriesCalloutSpec.priority with value.

Implementation

SeriesCalloutSpec withPriority(int value) => copyWith(priority: value);