blob: bc2d3827c92600d8ddf158e627587bcbd7e8fe3e [file] [log] [blame] [view] [edit]
# InterfaceRequest<T> constructor
InterfaceRequest<T>([Channel](../../zircon/Channel-class.md) _channel)
<p>Creates an interface request that wraps the given channel.</p>
## Implementation
```dart
InterfaceRequest(this._channel);
```