propagateUp property

  1. @override
bool get propagateUp
override

Because this is an InterstateEvent, we are inherently traveling down the tree. Results will be reported back directly to the original ConcreteEvent callsite. This property controls sending response data to Interstates ABOVE the original callsite. (which the ConcreteEvent at the center of this thing maintains)

Implementation

@override
bool get propagateUp => false;