blob: 2c187def3ae99f0933785fe78354c91505527c48 [file] [log] [blame] [view]
# HandlePairResult class
## Constructors
[HandlePairResult](../zircon/HandlePairResult/HandlePairResult.md) (int status, [[Handle](../zircon/Handle-class.md) _first, [Handle](../zircon/Handle-class.md) _second])
_const_
## Properties
##### [first](../zircon/HandlePairResult/first.md) → [Handle](../zircon/Handle-class.md)
_<span class="feature read-only">read-only</span>_
##### [hashCode](../zircon/HandlePairResult/hashCode.md) &#8594; int
The hash code for this object.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
##### [runtimeType](../zircon/HandlePairResult/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
##### [second](../zircon/HandlePairResult/second.md) &#8594; [Handle](../zircon/Handle-class.md)
_<span class="feature read-only">read-only</span>_
##### [status](../zircon/HandlePairResult/status.md) &#8594; int
_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
## Methods
##### [noSuchMethod](../zircon/HandlePairResult/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature inherited">inherited</span>_
##### [toString](../zircon/HandlePairResult/toString.md)() String
A string representation of this object.
_<span class="feature override">override</span>_
## Operators
##### [operator ==](../zircon/HandlePairResult/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature inherited">inherited</span>_