Message constructor

Message(
  1. String message,
  2. String from,
  3. String nickname,
  4. DateTime time,
  5. bool isMe,
  6. bool isReaded,
)

Implementation

Message(this.message, this.from, this.nickname, this.time, this.isMe,
    this.isReaded);