value; } public function __toString(): string { return $this->value; } public function equals(self $other): bool { return $this->value === $other->value; } }