RelayTcpData constructor

RelayTcpData({
  1. int tunnelId = 0,
  2. int connectionId = 0,
  3. List<int> data = const [],
})

Implementation

RelayTcpData({
    this.tunnelId = 0,
    this.connectionId = 0,
    this.data = const [],
});