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