TimeBasedMCConfig constructor

const TimeBasedMCConfig({
  1. bool enabled = false,
  2. double gapThresholdMinutes = 15.0,
  3. int keepRecent = 5,
})

Implementation

const TimeBasedMCConfig({
  this.enabled = false,
  this.gapThresholdMinutes = 15.0,
  this.keepRecent = 5,
});