MessageEvent constructor

MessageEvent({
  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. String? presenceType,
  12. String? presenceMode,
  13. String? chatStateType,
  14. int? isReadSent,
})

Implementation

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