class SignupConfirmationArgs { final String? email; final String? password; const SignupConfirmationArgs({this.email, this.password}); }