BatchPolicy constructor

BatchPolicy({
  1. int? maxConcurrency,
  2. int? timeoutInSeconds,
})

Implementation

BatchPolicy({
  this.maxConcurrency,
  this.timeoutInSeconds,
});