TestProxy constructor

TestProxy({
  1. String? extra,
  2. int? client_id,
  3. string? server,
  4. int32? port,
  5. ProxyType? type,
  6. int32? dc_id,
  7. double? timeout,
})

Implementation

TestProxy({
  super.extra,
  super.client_id,
  this.server,
  this.port,
  this.type,
  this.dc_id,
  this.timeout,
});