RelayAddTunnel constructor

RelayAddTunnel({
  1. int requestId = 0,
  2. String protocol = '',
  3. int localPort = 0,
  4. bool terminateTls = false,
  5. String stablePortName = '',
})

Implementation

RelayAddTunnel({
    this.requestId = 0,
    this.protocol = '',
    this.localPort = 0,
    this.terminateTls = false,
    this.stablePortName = '',
});