Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f7
/
sdk
/
dart
/
zircon
/
ChannelReader
/
isBound.md
blob: db10a40fe4489900ebe3c8ec460d19f79d34fde1 [
file
] [
log
] [
blame
] [
view
]
# isBound property
bool
isBound
## Implementation
```dart
bool get isBound => _channel != null;
```