RelayTcpConnectionOpened constructor

RelayTcpConnectionOpened({
  1. int tunnelId = 0,
  2. int connectionId = 0,
})

Implementation

RelayTcpConnectionOpened({
    this.tunnelId = 0,
    this.connectionId = 0,
});