TlsRouteRouteDestination constructor

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

Implementation

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