Debounce constructor

Debounce(
  1. Duration delay
)

Creates a Debounce instance with the specified delay.

Implementation

Debounce(this.delay);