Throttle constructor

Throttle(
  1. Duration delay
)

Creates a Throttle instance with the specified delay.

Implementation

Throttle(this.delay);