ShspInput constructor

ShspInput({
  1. required RawDatagramSocket socket,
  2. PeerInfo? peerInfo,
  3. String? remoteIp,
  4. int? remotePort,
  5. String signal = '',
})

Implementation

ShspInput({
  required this.socket,
  this.peerInfo,
  this.remoteIp,
  this.remotePort,
  this.signal = '',
});