effectStack top-level property

List<ReactiveEffect> effectStack
final

Stack of active effects for nested effect handling.

Implementation

final List<ReactiveEffect> effectStack = [];