TcpRouteRouteDestination constructor

TcpRouteRouteDestination({
  1. String? serviceName,
  2. int? weight,
})

Implementation

TcpRouteRouteDestination({this.serviceName, this.weight});