blob: 70ca1bb6cc90223d92af62639ee2b8f4652020ef [file] [log] [blame] [view]
# EventPairPair class
<p>Typed wrapper around a linked pair of eventpair objects and the
zx_eventpair_create() syscall used to create them.</p>
## Constructors
[EventPairPair](../zircon/EventPairPair/EventPairPair.md) ()
_factory_
## Properties
##### [first](../zircon/EventPairPair/first.md) &#8594; [EventPair](../zircon/EventPair-class.md)
_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
##### [hashCode](../zircon/EventPairPair/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/EventPairPair/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/EventPairPair/second.md) &#8594; [EventPair](../zircon/EventPair-class.md)
_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
##### [status](../zircon/EventPairPair/status.md) &#8594; int
_<span class="feature final">final</span><span class="feature inherited">inherited</span>_
## Methods
##### [noSuchMethod](../zircon/EventPairPair/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature inherited">inherited</span>_
##### [toString](../zircon/EventPairPair/toString.md)() String
A string representation of this object.
_<span class="feature inherited">inherited</span>_
## Operators
##### [operator ==](../zircon/EventPairPair/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature inherited">inherited</span>_