currentScope property
ZenScope
get
currentScope
Get the current active scope (for internal use)
Falls back to rootScope if no current scope is set.
Implementation
static ZenScope get currentScope => _currentScope ?? rootScope;