Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f8.1
/
sdk
/
dart
/
package-fidl_fidl
/
AsyncProxyController
/
isUnbound.md
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;
```