TrafficShapingConfig constructor

TrafficShapingConfig({
  1. String? duration,
  2. String? quotaLimit,
})

Implementation

TrafficShapingConfig({
  this.duration,
  this.quotaLimit,
});