Message class

Constructors

Message.fromMap(Map map)
Message.make({required String messageId, required Member sender, required String payload})

Properties

hashCode int
The hash code for this object.
no setterinherited
messageId String
getter/setter pair
payload String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender Member
getter/setter pair

Methods

asMap() Map
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

Constants

MESSAGEIDKEY → const String
PAYLOADKEY → const String
SENDERKEY → const String