EventDebouncer constructor

EventDebouncer(
  1. Duration _debounceDuration
)

Implementation

EventDebouncer(this._debounceDuration);