blob: 7b248c9feced9e949cbb16f3163a9cd63c20dc03 [file] [log] [blame] [view]
# channel property
[Channel](../../zircon/Channel-class.md) channel
<p>The underlying channel messages will be sent over when the interface
handle is bound to a <a href="../../package-fidl_fidl/Proxy-class.md">Proxy</a>.</p>
<p>To take the channel from this object, use <a href="../../package-fidl_fidl/InterfaceHandle/passChannel.md">passChannel</a>.</p>
## Implementation
```dart
Channel? get channel => _channel;
```