EMConversation constructor
EMConversation(
- String id,
- EMConversationType type,
- Map<
String, String> ? _ext, - bool isChatThread,
- bool isPinned,
- int pinnedTime,
- List<
ConversationMarkType> ? marks,
Implementation
EMConversation(
this.id,
this.type,
this._ext,
this.isChatThread,
this.isPinned,
this.pinnedTime,
this.marks,
);