# Inspect constructor | |
*[<Null safety>](https://dart.dev/null-safety)* | |
Inspect() | |
<p>Returns a singleton <a href="../../package-fuchsia_inspect_inspect/Inspect-class.md">Inspect</a> instance at root.inspect</p> | |
## Implementation | |
```dart | |
factory Inspect() { | |
return _singleton ??= InspectImpl(VmoWriter.withSize(vmoSize)); | |
} | |
``` | |