GenericInputMessage class

Input (received) message.

Inheritance

Constructors

GenericInputMessage({required dynamic payload, required MessageId messageId, required MessageStorageType storageType, dynamic propertyMap})

Properties

hashCode int
The hash code for this object.
no setterinherited
messageId MessageId
Id of the message
final
payload Uint8List
Message (binary) payload
finalinherited
propertyMap Map<String, String>?
Map of application-defined properties for the message
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageType MessageStorageType
Message delivery/storage type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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