YIMMessage constructor

YIMMessage({
  1. _YIMTable_Message? NouDniwlzyGmGpUJ,
})

Implementation

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