EmailReset({ int? id, required this.userId, required this.verificationCode, required this.expiration, }) : super(id);