blob: 8440f7429acba7794fe3c282cea79fee1ed7632c [file] [log] [blame] [view]
# viewId property
*[<Null safety>](https://dart.dev/null-safety)*
int viewId
_<span class="feature">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;
```