QueueMessage constructor
QueueMessage({})
Implementation
QueueMessage({
required this.id,
required this.appID,
this.robotID,
this.userID,
this.msgType = QMT_KeyExchange,
this.payload,
this.encrypted,
this.version,
});