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