class ChatUser { const ChatUser({this.name, this.image, this.id}); final String name; final String image; final String id; }