ProxyDetails constructor
Create a new ProxyDetails instance.
Parameters
name: The proxy host name or address.port: The proxy port number.type: The ProxyType indicating the proxy protocol.
Implementation
ProxyDetails({required this.name, required this.port, required this.type});