RetryRule constructor

RetryRule({
  1. required int attempts,
  2. required BackoffFunction backoff,
})

Implementation

RetryRule({required this.attempts, required this.backoff});