HttpLoadBalancing constructor

HttpLoadBalancing({
  1. bool? disabled,
})

Implementation

HttpLoadBalancing({
  this.disabled,
});