Message(int id, String content, bool fromMe, String date) { this.id = id; this.date = date; this.content = content; this.fromMe = fromMe; }