| |
| |
| |
| # 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) → 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) → 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) → dynamic |
| |
| |
| |
| Token for a Scenic |ViewHolder|. |
| _<span class="feature">final</span>_ |
| |
| |
| |
| ##### [viewToken](../package-fuchsia_scenic_views/ViewTokenPair/viewToken.md) → 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>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |