EventStream<T> constructor

EventStream<T>()

Implementation

EventStream() {
  _s = _controller.stream.asBroadcastStream();
}