blob: 20b2e44278a10fca4d96cac789584e6da3929593 [file] [log] [blame] [view]
# hostViewRef property
*[<Null safety>](https://dart.dev/null-safety)*
dynamic hostViewRef
## Implementation
```dart
@visibleForTesting
ViewRef get hostViewRef => ScenicContext.hostViewRef();
```