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