blob: db10a40fe4489900ebe3c8ec460d19f79d34fde1 [file] [log] [blame] [view]
# isBound property
bool isBound
## Implementation
```dart
bool get isBound => _channel != null;
```