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