Observable constructor

Observable()

Implementation

factory Observable() {
  return _getInstance();
}