# channel property | |
[Channel](../../zircon/Channel-class.md) channel | |
<p>The underlying channel messages will be received over when the interface | |
handle is bound to <a href="../../package-fidl_fidl/Binding-class.md">Binding</a>.</p> | |
<p>To take the channel from this object, use <a href="../../package-fidl_fidl/InterfaceRequest/passChannel.md">passChannel</a>.</p> | |
## Implementation | |
```dart | |
Channel? get channel => _channel; | |
``` | |