Inspect constructor

*[<Null safety>](https://dart.dev/null-safety)*

Inspect()

Implementation

factory Inspect() {
  return _singleton ??= InspectImpl(VmoWriter.withSize(vmoSize));
}