Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f8.1
/
sdk
/
dart
/
package-fidl_fidl
/
AsyncProxyController
/
isBound.md
blob: 618181a06d476d34e269fe7177337704db32e802 [
file
] [
log
] [
blame
] [
view
]
# isBound property
bool
isBound
_
<
span
class
=
"feature"
>
inherited
</
span
>
_
<p>
Is
this
interface
bound
?</
p
>
## Implementation
```dart
bool get isBound => _currentState == InterfaceState.bound;
```