EnvoyInternalAddress.fromJson constructor
EnvoyInternalAddress.fromJson(
- Map json_
Implementation
EnvoyInternalAddress.fromJson(core.Map json_)
: this(
endpointId: json_['endpointId'] as core.String?,
serverListenerName: json_['serverListenerName'] as core.String?,
);