Retry constructor

Retry({
  1. String? attempts,
  2. String? backoffMode,
  3. String? wait,
})

Implementation

Retry({
  this.attempts,
  this.backoffMode,
  this.wait,
});