stream property

Stream of transition events. A transition event occurs every time this transition executes successfully.

Implementation

Stream<StateChange> get stream => _stream;