# 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; | |
``` | |