ProxyConfiguration constructor
ProxyConfiguration({
- required String containerName,
- List<
KeyValuePair> ? properties, - ProxyConfigurationType? type,
Implementation
ProxyConfiguration({
required this.containerName,
this.properties,
this.type,
});