label; } public function setLabel(?string $label): static { $this->label = $label; return $this; } public function getAttributes(): ?array { return $this->attributes; } public function setAttributes(?array $attributes): static { $this->attributes = $attributes; return $this; } }