ThrottleStreamTransformer<T> constructor

ThrottleStreamTransformer<T>(
  1. Duration duration
)

Transforms a stream by throttling stream values by duration

Implementation

ThrottleStreamTransformer(this.duration);