File "DataIterableAnnotation.php"

Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Support/Annotations/DataIterableAnnotation.php
File size: 283 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\LaravelData\Support\Annotations;

class DataIterableAnnotation
{
    public function __construct(
        public string $type,
        public bool $isData,
        public string $keyType = 'array-key',
        public ?string $property = null,
    ) {
    }
}