blob: 242a43e6deba097330ed7b94f7e6ac091d29c698 [file]
---
title: 'PackageSpecificationInfo'
---
Information about transitive package specifications used in package groups.
## Members
* [contains](#contains)
## contains
```
bool PackageSpecificationInfo.contains(target)
```
Checks if a target exists in a package group.
### Parameters
| Parameter | Description |
| --- | --- |
| `target` | [Label](../builtins/Label); or [string](../core/string); required A target which is checked if it exists inside the package group. |