Of<T>.type constructor

Of<T>.type()

Build an Observable from a type.

Implementation

factory Of.type() => PersistentContext.of<T>();