CtrlMessage class

Constructors

CtrlMessage({String? id, String? topic, int? code, String? text, DateTime? ts, dynamic params})

Properties

code int?
Message code
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Message Id
final
params → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Message text
final
topic String?
Related topic
final
ts DateTime?
Message timestamp
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

Static Methods

fromMessage(Map<String, dynamic> msg) CtrlMessage