blob: f5db13d9de1e7fae7173469b3b92e43d7a459783 [file] [log] [blame] [view]
# ViewTokenPair class
*[<Null safety>](https://dart.dev/null-safety)*
<p>Helper object representing a View/ViewHolder token pair.</p>
## Constructors
[ViewTokenPair](../package-fuchsia_scenic_views/ViewTokenPair/ViewTokenPair.md) ()
Constructor.
## Properties
##### [hashCode](../package-fuchsia_scenic_views/ViewTokenPair/hashCode.md) &#8594; int
The hash code for this object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [runtimeType](../package-fuchsia_scenic_views/ViewTokenPair/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [viewHolderToken](../package-fuchsia_scenic_views/ViewTokenPair/viewHolderToken.md) &#8594; dynamic
Token for a Scenic |ViewHolder|.
_<span class="feature">final</span>_
##### [viewToken](../package-fuchsia_scenic_views/ViewTokenPair/viewToken.md) &#8594; dynamic
Token for a Scenic |View|.
_<span class="feature">final</span>_
## Methods
##### [noSuchMethod](../package-fuchsia_scenic_views/ViewTokenPair/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature">inherited</span>_
##### [toString](../package-fuchsia_scenic_views/ViewTokenPair/toString.md)() String
A string representation of this object.
_<span class="feature">inherited</span>_
## Operators
##### [operator ==](../package-fuchsia_scenic_views/ViewTokenPair/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature">inherited</span>_