color = $color; return $this; } public function getColor(): ?string { return $this->evaluate($this->color); } }