eventActionStream property
Stream<EventAction<T> >
get
eventActionStream
事件流
Implementation
Stream<EventAction<T>> get eventActionStream => _eventActionSubject.stream;
事件流
Stream<EventAction<T>> get eventActionStream => _eventActionSubject.stream;