effects property

List<Effect<S>>? effects
getter/setter pair

A list of effects to be run after a new state is computed.

Implementation

List<Effect<S>>? effects;