NERoomChatMessage class Null safety
Chat message base class
Constructors
Properties
- fromNick → String
-
Nickname of a sender client
read-only
- fromUserUuid → String?
-
Possibly empty for sender clients. If empty, sender clients have not joined the room.
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- message ↔ dynamic
-
read / write
- messageType → NERoomChatMessageType
-
Message types
read-only
- messageUuid → String
-
Unique message ID
read-only
- of ↔ dynamic
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- time → int
-
read-only
-
toUserUuidList
→ List<
String> ? -
Recipient client, all members in the chat room if empty.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
) → dynamic -
operator ==(
Object other) → bool -
The equality operator.
inherited