Message constructor

Message({
  1. int? time,
  2. String? message,
  3. MessageType? type,
  4. String? sender,
})

Implementation

Message({this.time, this.message, this.type, this.sender});