NoopScopeManager constructor

NoopScopeManager()

Returns a new NoopScopeManager.

Implementation

NoopScopeManager() {
  _scope ??= NoopScope();
}