blob: b786f4b6bc840ec31aee2c221cd3a98244fe571a [file] [log] [blame] [view]
# isClosed property
bool isClosed
_<span class="feature inherited">inherited</span>_
<p>Is this interface closed?</p>
## Implementation
```dart
bool get isClosed => _currentState == InterfaceState.closed;
```