currentScope property

ZenScope get currentScope

Get the current active scope (for debugging and introspection)

Implementation

static ZenScope get currentScope =>
    _currentScope ?? ZenScopeManager.rootScope;