BasicChatMessage class

The BasicChatMessage class represents a single message, that forms the content of a BasicChatBubble. This object has the following properties: String peerUserName containes the name of the peer user (sender or receiver of message) String ownUserName contains the own user name String messageText contains the text of the message DateTime timeStamp is the date/time of the message was sent

Constructors

BasicChatMessage({String? peerUserName, String? messageText, String? timeStamp})

Properties

hashCode int
The hash code for this object.
no setterinherited
messageText String?
getter/setter pair
peerUserName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp String?
getter/setter pair

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