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