blob: c57dae8a450edaca2683866ce6b4ff47c01864fb [file] [log] [blame] [view]
# 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;
```