RelayUdpData constructor

RelayUdpData({
  1. int tunnelId = 0,
  2. String sourceAddress = '',
  3. int sourcePort = 0,
  4. List<int> data = const [],
})

Implementation

RelayUdpData({
    this.tunnelId = 0,
    this.sourceAddress = '',
    this.sourcePort = 0,
    this.data = const [],
});