Proxy constructor

Proxy(
  1. String? port,
  2. String? ip,
  3. String? name
)

Implementation

Proxy(this.port, this.ip, this.name);