ConversationData class

Constructors

ConversationData.fromJson(Map<String, dynamic> json)

Properties

custom → Map<String, String?>?
Custom metadata for this conversation
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
id → String
The unique conversation identifier.
finalinherited
participants → Map<String, ParticipantAccess>
final
photoUrl → String?
The URL to a photo which will be shown as the photo for the conversation.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subject → String?
The conversation subject which will be displayed in the chat header.
finalinherited
welcomeMessages → List<String>?
Messages sent at the beginning of a chat.
finalinherited

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