Message constructor
Message({
- int? time,
- String? message,
- MessageType? type,
- String? sender,
Implementation
Message({this.time, this.message, this.type, this.sender});