EnvoyInternalAddress constructor

EnvoyInternalAddress({
  1. String? endpointId,
  2. String? serverListenerName,
})

Implementation

EnvoyInternalAddress({
  this.endpointId,
  this.serverListenerName,
});