TestProxy constructor

TestProxy({
  1. Proxy? proxy,
  2. required int dcId,
  3. required double timeout,
})

Implementation

TestProxy({this.proxy, required this.dcId, required this.timeout});