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