Throttler constructor

Throttler({
  1. int milliseconds = 300,
})

Implementation

Throttler({this.milliseconds = 300});