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