| |
| |
| |
| # InterfacePair<T> class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [InterfacePair](../package-fidl_fidl/InterfacePair/InterfacePair.md) () |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [handle](../package-fidl_fidl/InterfacePair/handle.md) ↔ [InterfaceHandle](../package-fidl_fidl/InterfaceHandle-class.md)<T> |
| |
| |
| |
| |
| _<span class="feature">read / write</span>_ |
| |
| |
| |
| ##### [hashCode](../package-fidl_fidl/InterfacePair/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [request](../package-fidl_fidl/InterfacePair/request.md) ↔ [InterfaceRequest](../package-fidl_fidl/InterfaceRequest-class.md)<T> |
| |
| |
| |
| |
| _<span class="feature">read / write</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fidl_fidl/InterfacePair/runtimeType.md) → 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/InterfacePair/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [passHandle](../package-fidl_fidl/InterfacePair/passHandle.md)() [InterfaceHandle](../package-fidl_fidl/InterfaceHandle-class.md)<T> |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [passRequest](../package-fidl_fidl/InterfacePair/passRequest.md)() [InterfaceRequest](../package-fidl_fidl/InterfaceRequest-class.md)<T> |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [toString](../package-fidl_fidl/InterfacePair/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fidl_fidl/InterfacePair/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |