Debouncer constructor

Debouncer({
  1. Duration? duration,
})

Implementation

Debouncer({this.duration});