Debouncer constructor

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

Implementation

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