stream property
The output Stream of SequenceItemType
from this Sequencer, intended
to be consumed by a Driver.
The Stream is single-subscription, and should be connected to exactly one Driver.
Implementation
Stream<SequenceItemType> get stream => _streamController.stream;