Observable<T> constructor

Observable<T>()

Implementation

Observable() {
  _controller = .broadcast();
}