NERoomChatTextMessage class Null safety
Text message
- Inheritance
 - 
    
- Object
 - NERoomChatMessage
 - NERoomChatTextMessage
 
 
Constructors
Properties
- fromNick → String
 - 
  Nickname of a sender client
  read-only, inherited
 - fromUserUuid → String?
 - 
  Possibly empty for sender clients. If empty, sender clients have not joined the room.
  read-only, inherited
 - hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - message ↔ dynamic
 - 
  
  read / write, inherited
 - messageType → NERoomChatMessageType
 - 
  Message types
  read-only, inherited
 - messageUuid → String
 - 
  Unique message ID
  read-only, inherited
 - of ↔ dynamic
 - 
  
  read / write, inherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 - text → String
 - 
  Message body
  read-only
 - time → int
 - 
  
  read-only, inherited
 - 
  toUserUuidList
  → List<
String> ? - 
  Recipient client, all members in the chat room if empty.
  read-only, inherited
 
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  - 
  
  inherited
 - 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited