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