SupportChatMessage class

SupportChatMessage is should only used in FlutterSupportChat.

Constructors

SupportChatMessage({required String content, required String sender, required Timestamp timestamp})

Properties

content String
content is should only used in FlutterSupportChat.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
sender is should only used in FlutterSupportChat.
getter/setter pair
timestamp ↔ Timestamp
timestamp is should only used in FlutterSupportChat.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFireStore() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromFireStore(Map<String, dynamic> message) SupportChatMessage