EventSinkTransformer<T, S> constructor

const EventSinkTransformer<T, S>(
  1. EventSink<S> outputSink
)

Creates an EventSinkTransformer with the given output sink.

Implementation

const EventSinkTransformer(this.outputSink);