retryIntervals property

List<int> get retryIntervals

Gets the current retry intervals

Implementation

static List<int> get retryIntervals => List.from(_currentRetryIntervals);