EffectCell<T> constructor
EffectCell<T> (
- ValueCell<
T> argCell
Create a "side effect" cell for a given argument cell.
Implementation
EffectCell(super.argCell) :
super(key: _EffectCellKey(argCell));