ClientConfig constructor

ClientConfig({
  1. List<GenericXdsConfig>? genericXdsConfigs,
  2. Node? node,
  3. List<PerXdsConfig>? xdsConfig,
})

Implementation

ClientConfig({
  this.genericXdsConfigs,
  this.node,
  this.xdsConfig,
});