IntervalStreamTransformer<S>  constructor 
      
      IntervalStreamTransformer<S> (
    
- Duration duration
Constructs a StreamTransformer which emits each item from the source Stream, after a given duration.
Implementation
IntervalStreamTransformer(this.duration);