style = $style; $this->isUpdated = $isUpdated; } public function getStyle() : Style { return $this->style; } public function isUpdated() : bool { return $this->isUpdated; } }