Debouncer constructor

Debouncer({
  1. required Duration delay,
})

Implementation

Debouncer({required this.delay});