Message constructor
Message({
- TimeMilliSeconds? timeMilliSeconds,
- String? sentBy,
- String? type,
- String? msgId,
- String? message,
- String? name,
- String? fileName,
- String? contentType,
- String? senderName,
- String? filePath,
- String? replyUser,
- String? replyMsg,
- String? replyMsgId,
- String? replyUserId,
- String? replyMsgType,
- dynamic time,
- String? thumbnailPath,
Implementation
Message(
{this.timeMilliSeconds,
this.sentBy,
this.type,
this.msgId,
this.message,
this.name,
this.fileName,
this.contentType,
this.senderName,
this.filePath,
this.replyUser,
this.replyMsg,
this.replyMsgId,
this.replyUserId,
this.replyMsgType,
this.time,
this.thumbnailPath});