ProxyConfiguration constructor

ProxyConfiguration({
  1. required String containerName,
  2. List<KeyValuePair>? properties,
  3. ProxyConfigurationType? type,
})

Implementation

ProxyConfiguration({
  required this.containerName,
  this.properties,
  this.type,
});