EffectImpl constructor
EffectImpl(
- void fn(), {
- bool lazy = false,
- bool detach = false,
- JoltDebugOption? debug,
Implementation
EffectImpl(this.fn,
{bool lazy = false, bool detach = false, JoltDebugOption? debug})
: raw = EffectNode(fn, lazy: lazy, detach: detach, debug: debug);