RecentMessage constructor

RecentMessage({
  1. CreateAt? timeMilliSeconds,
  2. String? replyMsgId,
  3. String? type,
  4. int? time,
  5. String? replyUser,
  6. String? replyUserId,
  7. CreateAt? sentAt,
  8. List<String>? viewBy,
  9. String? senderName,
  10. String? replyMsg,
  11. String? msgId,
  12. String? message,
  13. String? sentBy,
  14. String? replyMsgType,
})

Implementation

RecentMessage({
  this.timeMilliSeconds,
  this.replyMsgId,
  this.type,
  this.time,
  this.replyUser,
  this.replyUserId,
  this.sentAt,
  this.viewBy,
  this.senderName,
  this.replyMsg,
  this.msgId,
  this.message,
  this.sentBy,
  this.replyMsgType,
});