Proxy constructor

Proxy({
  1. required String server,
  2. required int port,
  3. ProxyType? type,
})

Implementation

Proxy({required this.server, required this.port, this.type});