EventSinkTransformer<T, S> constructor
const
EventSinkTransformer<T, S> (
- EventSink<
S> outputSink
Creates an EventSinkTransformer with the given output sink.
Implementation
const EventSinkTransformer(this.outputSink);