EMConversation constructor

EMConversation(
  1. String id,
  2. EMConversationType type,
  3. Map<String, String>? _ext,
  4. bool isChatThread,
  5. bool isPinned,
  6. int pinnedTime,
  7. List<ConversationMarkType>? marks,
)

Implementation

EMConversation(
  this.id,
  this.type,
  this._ext,
  this.isChatThread,
  this.isPinned,
  this.pinnedTime,
  this.marks,
);