Emitter<T> constructor

Emitter<T>()

Implementation

factory Emitter() => StreamBackedEmitter<T>();