HttpProfileProxyData constructor

HttpProfileProxyData(
  1. {String? host,
  2. String? username,
  3. int? port}
)

Implementation

HttpProfileProxyData({
  this.host,
  this.username,
  this.port,
});