QueueMessage class

Constructors

QueueMessage({required String? id, required String? appID, String? robotID, String? userID, int? msgType = QMT_KeyExchange, Uint8List? payload, bool? encrypted, Version? version})
QueueMessage.fromJson(Map json)
factory

Properties

appID String?
getter/setter pair
data Map<String, dynamic>?
no setter
encrypted bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
msgType int?
getter/setter pair
payload Uint8List?
getter/setter pair
robomotion Robomotion?
getter/setter pair
robotID String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String?
getter/setter pair
version ↔ Version?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reply(Map<String, dynamic> data) → void
replyBytes(Uint8List data) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited