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