withPriority method
- int value
Replaces SeriesCalloutSpec.priority with value.
Implementation
SeriesCalloutSpec withPriority(int value) => copyWith(priority: value);
Replaces SeriesCalloutSpec.priority with value.
SeriesCalloutSpec withPriority(int value) => copyWith(priority: value);