BatchRetryStrategy constructor

BatchRetryStrategy({
  1. int? attempts,
})

Implementation

BatchRetryStrategy({
  this.attempts,
});