Creates a user with id, email, and name.
id
email
name
User({required this.id, required this.email, required this.name});