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