color; } /** * @param string $color * @return self */ public function setColor(?string $color = null) { $this->color = $color; return $this; } }