class Message{ final String text; final bool isMe; Message(this.text, this.isMe); }