eventActionStream property

Stream<EventAction<T>> get eventActionStream

事件流

Implementation

Stream<EventAction<T>> get eventActionStream => _eventActionSubject.stream;