Debounce constructor

Debounce({
  1. int milliseconds = 500,
})

Implementation

Debounce({this.milliseconds = 500});