ThrottleSettings constructor

ThrottleSettings({
  1. int? burstLimit,
  2. double? rateLimit,
})

Implementation

ThrottleSettings({
  this.burstLimit,
  this.rateLimit,
});