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