Debouncer constructor

Debouncer(
  1. Duration delay
)

Implementation

Debouncer(
  this.delay,
);