Sign in
fuchsia
/
reference-docs
/
refs/heads/releases/f8
/
.
/
all
/
dart
/
package-fidl_fidl
/
InterfaceRequest
/
InterfaceRequest.md
blob: bc2d3827c92600d8ddf158e627587bcbd7e8fe3e [
file
] [
log
] [
blame
] [
view
] [
edit
]
# InterfaceRequest<T> constructor
InterfaceRequest
&
lt
;
T
>([
Channel
](../../
zircon
/
Channel
-
class
.
md
)
_channel
)
<p>
Creates
an
interface
request that wraps the given channel
.</
p
>
## Implementation
```dart
InterfaceRequest(this._channel);
```