HttpRouteAction constructor

HttpRouteAction({
  1. List<WeightedTarget>? weightedTargets,
})

Implementation

HttpRouteAction({
  this.weightedTargets,
});