getCurrentScope function

Scope? getCurrentScope()

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;