Constructs a UserModel instance for login or authentication tracking.
UserModel({required this.email, required this.password, this.token, this.userId});