Unfortunately no. 301 Redirect performs the redirects in PHP and can only do them based on the domain configured in WordPress Settings -> General. Normally you should only have 1 redirect for www, redirecting to https://ijsbeelden.nl/ as www is technically a subdomain and you will have various issues if both are active. And the www -> non-www redirect should ideally be added to your .htaccess not in a plugin for performace reasons.