WeightedBackendService constructor
WeightedBackendService({
- String? backendService,
- HttpHeaderAction? headerAction,
- int? weight,
Implementation
WeightedBackendService({this.backendService, this.headerAction, this.weight});