QosPolicy constructor

QosPolicy({
  1. double? bandwidthGbps,
})

Implementation

QosPolicy({
  this.bandwidthGbps,
});