RetryPhase constructor
      
      RetryPhase({ 
    
    
- List<RetryAttempt> ? attempts,
- String? backoffMode,
- String? totalAttempts,
Implementation
RetryPhase({this.attempts, this.backoffMode, this.totalAttempts});