MessageChat constructor

MessageChat({
  1. String? customText,
  2. String? from,
  3. String? senderJid,
  4. String? time,
  5. String? id,
  6. String? type,
  7. String? body,
  8. String? msgtype,
  9. String? bubbleType,
  10. String? mediaURL,
  11. int? isReadSent,
  12. String? delayTime,
  13. String? chatStateType,
})

Implementation

MessageChat({
  this.customText,
  this.from,
  this.senderJid,
  this.time,
  this.id,
  this.type,
  this.body,
  this.msgtype,
  this.bubbleType,
  this.mediaURL,
  this.isReadSent,
  this.delayTime,
  this.chatStateType,
});