factory ChatUser.fromJson(Map<String, dynamic> json) => ChatUser( id: json["id"], name: json["name"], profilePhoto: json["profilePhoto"], );