RetryAttempt constructor

RetryAttempt({
  1. String? attempt,
  2. String? state,
  3. String? stateDesc,
  4. String? wait,
})

Implementation

RetryAttempt({
  this.attempt,
  this.state,
  this.stateDesc,
  this.wait,
});