YIMMessage constructor
YIMMessage({
- _YIMTable_Message? dQfvEQlhugUxYFVz,
Implementation
YIMMessage({
_YIMTable_Message? dQfvEQlhugUxYFVz,
}) {
if (dQfvEQlhugUxYFVz == null) return;
this.id = dQfvEQlhugUxYFVz.id;
this.content = dQfvEQlhugUxYFVz.content;
this.from = dQfvEQlhugUxYFVz.from;
this.fromInfo = dQfvEQlhugUxYFVz.fromInfo;
this.to = dQfvEQlhugUxYFVz.to;
this.toInfo = dQfvEQlhugUxYFVz.toInfo;
this.conversationType = dQfvEQlhugUxYFVz.conversationType;
this.messageType = dQfvEQlhugUxYFVz.messageType;
this.messageState = dQfvEQlhugUxYFVz.messageState;
this.time = dQfvEQlhugUxYFVz.time;
this.localExt = dQfvEQlhugUxYFVz.localExt;
this.isRevoke = dQfvEQlhugUxYFVz.isRevoke;
this.attachment = dQfvEQlhugUxYFVz.attachment;
}