EffectCell<T> constructor

EffectCell<T>(
  1. ValueCell<T> argCell
)

Create a "side effect" cell for a given argument cell.

Implementation

EffectCell(super.argCell) :
      super(key: _EffectCellKey(argCell));