---
title: isEmpty
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/entitycollection/isempty
---

# isEmpty

A Boolean value that indicates whether the collection is empty.

## Declaration

```swift
var isEmpty: Bool { get }
```

## Discussion

Discussion The value of this property is true if the collection is empty, or false if the collection has one or more identifiers.
