EditProxy constructor

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

Implementation

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