EventStream<T> constructor

EventStream<T>()

Implementation

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