ClientConfig constructor
ClientConfig({
- String? clientScope,
- List<
GenericXdsConfig> ? genericXdsConfigs, - Node? node,
- List<
PerXdsConfig> ? xdsConfig,
Implementation
ClientConfig({
this.clientScope,
this.genericXdsConfigs,
this.node,
this.xdsConfig,
});