NetworkPerformanceConfig constructor

NetworkPerformanceConfig({
  1. String? totalEgressBandwidthTier,
})

Implementation

NetworkPerformanceConfig({
  this.totalEgressBandwidthTier,
});