getAttribute(static::internalPrefix() . $key); } /** Set internal key. */ public function setInternal(string $key, mixed $value): static { $this->setAttribute(static::internalPrefix() . $key, $value); return $this; } }