ShspInput constructor
ShspInput({
- required RawDatagramSocket socket,
- PeerInfo? peerInfo,
- String? remoteIp,
- int? remotePort,
- String signal = '',
Implementation
ShspInput({
required this.socket,
this.peerInfo,
this.remoteIp,
this.remotePort,
this.signal = '',
});