ProxyData constructor

ProxyData({
  1. String? host,
  2. String? port,
})

Implementation

ProxyData({
  this.host,
  this.port,
});