*/ public static function castUsing(array $arguments): DataEloquentCast { return new DataEloquentCast(static::class, $arguments); } }