NEAutoRetryConfig constructor

NEAutoRetryConfig({
  1. int? count,
  2. int? delayDefault,
  3. List<int?>? delayArray,
})

Implementation

NEAutoRetryConfig({
  this.count,
  this.delayDefault,
  this.delayArray,
});