Debounce constructor

Debounce({
  1. required int milliseconds,
})

Implementation

Debounce({required this.milliseconds});