IntervalStreamTransformer<S> constructor

IntervalStreamTransformer<S>(
  1. Duration duration
)

Constructs a StreamTransformer which emits each item from the source Stream, after a given duration.

Implementation

IntervalStreamTransformer(this.duration);