Message class

Constructors

Message(String? topicName, dynamic content, bool echo)

Properties

cancelled bool?
getter/setter pair
content ↔ dynamic
getter/setter pair
echo bool
getter/setter pair
from String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
noForwarding bool?
getter/setter pair
onStatusChange ↔ PublishSubject<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicName String?
getter/setter pair
ts DateTime?
getter/setter pair

Methods

asDataMessage(String from, int seq) DataMessage
asPubPacket() Packet
getStatus() int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetLocalValues() → void
setStatus(int status) → void
toString() String
A string representation of this object.
inherited

Operators

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