RetryException.fromAttempt constructor Null safety
- int attempts
Creates a new RetryException with the number of made attempts.
Implementation
RetryException.fromAttempt(this.attempts);
Creates a new RetryException with the number of made attempts.
RetryException.fromAttempt(this.attempts);