YIMConversation constructor

YIMConversation({
  1. _YIMTable_Conversation? BXiYJGYbkPLwuERt,
})

Implementation

YIMConversation({
  _YIMTable_Conversation? BXiYJGYbkPLwuERt,
}) {
  if (BXiYJGYbkPLwuERt == null) return;
  this.lastMessage = YIMMessage(kCwocHxVzlSDCcUI: BXiYJGYbkPLwuERt.lastMessage);
  this.unRead = BXiYJGYbkPLwuERt.unRead;
  this.isTop = BXiYJGYbkPLwuERt.isTop;
  this.isDisturb = BXiYJGYbkPLwuERt.isDisturb;
}