# isBound property | |
bool isBound | |
<p>Whether this object is bound to a channel.</p> | |
<p>See <a href="../../package-fidl_fidl/Binding/bind.md">bind</a> and <a href="../../package-fidl_fidl/Binding/unbind.md">unbind</a> for more information.</p> | |
## Implementation | |
```dart | |
bool get isBound => _impl != null; | |
``` | |