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