models_chats_chat_userChatUser constructorOn this pageChatUser constructor ChatUser({String? firstName, String? id, String? image}) Implementation ChatUser(\{this.firstName, this.id, this.image\});