SupportChat class

SupportChat is should only used in FlutterSupportChat.

Constructors

SupportChat({required String id, required String requesterEmail, required Timestamp createTimestamp, required List messages, required Timestamp lastEditTimestmap, required SupportCaseState state})

Properties

createTimestamp ↔ Timestamp
createTimestamp is should only used in FlutterSupportChat.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
id is should only used in FlutterSupportChat.
getter/setter pair
lastEditTimestmap ↔ Timestamp
lastEditTimestmap is should only used in FlutterSupportChat.
getter/setter pair
messages List
messages is should only used in FlutterSupportChat.
getter/setter pair
requesterEmail String
requesterEmail is should only used in FlutterSupportChat.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SupportCaseState
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
update(CollectionReference<Object?> support) Future<void>

Operators

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

Static Methods

fromFireStore(DocumentSnapshot<Map<String, dynamic>> doc) SupportChat
fromFireStoreQuery(QueryDocumentSnapshot<Map<String, dynamic>> doc) SupportChat