blob: e35e9b34ad6b47e151a1018f3e7e2be879afaf66 [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/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;
```