Debounce constructor

Debounce({
  1. required Duration duration,
})

Implementation

Debounce({required this.duration});