class LoginUser { const LoginUser({required this.username}); final String username; }