blob: 74e6025376a8df2555220a81d58039099b258594 [file] [log] [blame] [view]
# viewId property
*[<Null safety>](https://dart.dev/null-safety)*
int viewId
_<span class="feature final">final</span>_
<p>The raw value of the <code>ViewHolderToken</code> or <code>ViewportCreationToken</code> where
this view is attached.</p>
## Implementation
```dart
@override
final int viewId;
```