Map<String, dynamic> toJson() => { "email": email, "profile_pic": profilePic, "name": name, "id": id, };