nextEffect property

LinkedEffect? nextEffect
getter/setter pair

Next effect in the execution queue.

Forms a singly-linked list of effects waiting to be executed.

Implementation

LinkedEffect? nextEffect;