Proxy constructor

Proxy({
  1. required String host,
  2. required String port,
  3. required String type,
  4. required String user,
  5. required String password,
})

Implementation

Proxy(
    {required this.host,
    required this.port,
    required this.type,
    required this.user,
    required this.password});