AbusUpdateConfig constructor

const AbusUpdateConfig({
  1. Set<String>? interactionIds,
  2. Set<String>? tags,
  3. bool rebuildOnSuccess = true,
  4. bool rebuildOnError = true,
  5. bool rebuildOnRollback = true,
  6. bool customFilter(
    1. ABUSResult
    )?,
  7. Duration? debounceDelay,
  8. bool onlyWhenVisible = false,
})

Implementation

const AbusUpdateConfig({
  this.interactionIds,
  this.tags,
  this.rebuildOnSuccess = true,
  this.rebuildOnError = true,
  this.rebuildOnRollback = true,
  this.customFilter,
  this.debounceDelay,
  this.onlyWhenVisible = false,
});