enabled = $enabled; } public function enabled(): bool { return $this->enabled; } public static function initial(): self { return new self(false); } }