Tunnel constructor
Tunnel({})
Implementation
Tunnel({
required this.payloadType,
required this.targetSystem,
required this.targetComponent,
required this.payloadLength,
required this.payload,
});
Tunnel({
required this.payloadType,
required this.targetSystem,
required this.targetComponent,
required this.payloadLength,
required this.payload,
});