domain ?? $this->domainDefault; } public function setDomainDefault(?string $default = null) { $this->domainDefault = $default; } }