Debouncer constructor

Debouncer({
  1. int milliseconds = 300,
})

Implementation

Debouncer({
  this.milliseconds = 300,
});