blob: 581ab2e30ed9a1eecd4616840aae0e0e5c54ab2c [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.
_final_
##### [hashCode](../package-fidl_fidl/AsyncProxy/hashCode.md) &#8594; int
The hash code for this object.
_read-only, inherited_
##### [runtimeType](../package-fidl_fidl/AsyncProxy/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_read-only, inherited_
## Methods
##### [noSuchMethod](../package-fidl_fidl/AsyncProxy/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_inherited_
##### [toString](../package-fidl_fidl/AsyncProxy/toString.md)() String
A string representation of this object.
_inherited_
## Operators
##### [operator ==](../package-fidl_fidl/AsyncProxy/operator_equals.md)(Object other) bool
The equality operator.
_inherited_