class User { int userId; String name; String email; String token; User({this.userId, this.name, this.email, this.token}); }