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