MessageModel constructor
MessageModel({})
Implementation
MessageModel({
this.senderId,
this.roomId,
this.messageId,
this.time,
this.text,
this.file,
this.fileTime,
this.reacts,
});
MessageModel({
this.senderId,
this.roomId,
this.messageId,
this.time,
this.text,
this.file,
this.fileTime,
this.reacts,
});