space = $space; return $this; } public function getSpace(): int | string | null { return $this->evaluate($this->space); } }