propagationState constant

ReactiveFlags const propagationState

recursedCheck | recursed | dirty | pending (= 60).

Implementation

static const ReactiveFlags propagationState = ReactiveFlags._(
  4 | 8 | 16 | 32,
);