isPublic = $isPublic; return $this; } public function isPublic(): bool { return $this->isPublic; } }