getCurrentScope function
Returns the current active effects scope if there is one.
This function is useful for accessing the current scope in nested operations.
Implementation
public.Scope? getCurrentScope() => impl.evalScope;
Returns the current active effects scope if there is one.
This function is useful for accessing the current scope in nested operations.
public.Scope? getCurrentScope() => impl.evalScope;