WeightedBackendService constructor

WeightedBackendService({
  1. String? backendService,
  2. HttpHeaderAction? headerAction,
  3. int? weight,
})

Implementation

WeightedBackendService({this.backendService, this.headerAction, this.weight});