EasyDebounce constructor

EasyDebounce({
  1. required Duration delay,
})

Implementation

EasyDebounce({required this.delay});