EndWithStreamTransformer<S> constructor

EndWithStreamTransformer<S>(
  1. S endValue
)

Constructs a StreamTransformer which appends the source Stream with endValue just before it closes.

Implementation

EndWithStreamTransformer(this.endValue);