TimerRewriteConfig constructor

const TimerRewriteConfig({
  1. bool enabled = false,
  2. int maxStartAfterSeconds = 1,
  3. int maxRepeatIntervalSeconds = 1,
})

Implementation

const TimerRewriteConfig({
  this.enabled = false,
  this.maxStartAfterSeconds = 1,
  this.maxRepeatIntervalSeconds = 1,
});