blob: 03d1bb4d7dccc599a2d13b43d171621141703ef5 [file] [log] [blame] [view]
# AsyncProxy<T> class
<p>Sends messages to a remote implementation of <code>T</code></p>
## Constructors
[AsyncProxy](../package-fidl_fidl/AsyncProxy/AsyncProxy.md) ([AsyncProxyController](../package-fidl_fidl/AsyncProxyController-class.md)&lt;T> ctrl)
Creates a proxy object with the given <a href="../package-fidl_fidl/AsyncProxy/ctrl.md">ctrl</a>.
## Properties
##### [ctrl](../package-fidl_fidl/AsyncProxy/ctrl.md) &#8594; [AsyncProxyController](../package-fidl_fidl/AsyncProxyController-class.md)&lt;T>
The control plane for this proxy.
_<span class="feature">final</span>_
##### [hashCode](../package-fidl_fidl/AsyncProxy/hashCode.md) &#8594; int
The hash code for this object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [runtimeType](../package-fidl_fidl/AsyncProxy/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
## Methods
##### [noSuchMethod](../package-fidl_fidl/AsyncProxy/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature">inherited</span>_
##### [toString](../package-fidl_fidl/AsyncProxy/toString.md)() String
A string representation of this object.
_<span class="feature">inherited</span>_
## Operators
##### [operator ==](../package-fidl_fidl/AsyncProxy/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature">inherited</span>_