TaskStrategyThrottle constructor

const TaskStrategyThrottle(
  1. Duration duration, {
  2. ThrottleEdge edge = ThrottleEdge.leading,
})

Implementation

const TaskStrategyThrottle(this.duration, {this.edge = ThrottleEdge.leading});