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