* Alle Rechte vorbehalten. */ declare(strict_types=1); namespace App\Attributes\Mapping; use Attribute; #[Attribute(Attribute::TARGET_PROPERTY)] final readonly class DataFromArray { public function __construct( public string|null $key, ){} }