AddProxy constructor

AddProxy({
  1. String? extra,
  2. int? client_id,
  3. string? server,
  4. int32? port,
  5. Bool? enable,
  6. ProxyType? type,
})

Implementation

AddProxy({
  super.extra,
  super.client_id,
  this.server,
  this.port,
  this.enable,
  this.type,
});