BandwidthLimit constructor

BandwidthLimit({
  1. String? limitMbps,
})

Implementation

BandwidthLimit({
  this.limitMbps,
});