YIMConversation constructor
YIMConversation({
- _YIMTable_Conversation? UxXOhdSyuwCuyDhj,
Implementation
YIMConversation({
_YIMTable_Conversation? UxXOhdSyuwCuyDhj,
}) {
if (UxXOhdSyuwCuyDhj == null) return;
this.lastMessage = YIMMessage(ZoxYNTcUGMKnkqjg: UxXOhdSyuwCuyDhj.lastMessage);
this.unRead = UxXOhdSyuwCuyDhj.unRead;
this.isTop = UxXOhdSyuwCuyDhj.isTop;
this.isDisturb = UxXOhdSyuwCuyDhj.isDisturb;
}