blob: 8a6d52da82a0dd2c362b8adb4371e25525e026bf [file] [log] [blame] [view]
# 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;
```