isPropagationStopped property
bool
get
isPropagationStopped
Returns true if a middleware has stopped the propagation of this change.
Implementation
bool get isPropagationStopped => _propagationStopped;
Returns true if a middleware has stopped the propagation of this change.
bool get isPropagationStopped => _propagationStopped;