RetryOptions constructor
const
RetryOptions({})
Create a set of RetryOptions.
Implementation
const RetryOptions({
this.retryJitter = const Duration(milliseconds: 0),
this.maxDelay = const Duration(seconds: 125),
this.maxTime = const Duration(seconds: 180),
this.retryInterval = const Duration(seconds: 5),
this.maxRetries = 5,
this.exponentialBase = 2,
});