eventStream property

Stream<T>? eventStream

Regular event stream.

Implementation

Stream<T>? get eventStream => _action.eventStream;