ConversationSelectedEvent class

This represents the interface of the event triggered from {@link Inbox.on | Inbox.on("conversationSelected")}.

Annotations
  • @JS()
  • @anonymous

Constructors

ConversationSelectedEvent()
factory

Properties

conversation ConversationData?
The current conversation object
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
me UserData
The current TalkJS {@link User}
getter/setter pair
others List<UserData>?
The other participants in the conversation that are not the current user
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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