EffectScopeImpl constructor
EffectScopeImpl({
- bool detach = false,
- JoltDebugOption? debug,
Implementation
EffectScopeImpl({bool detach = false, JoltDebugOption? debug})
: raw = EffectScopeNode(detach: detach, debug: debug);