ClientConfig constructor

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

Implementation

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