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