Debouncer constructor

Debouncer({
  1. required Duration duration,
})

Implementation

Debouncer({required this.duration});