SSEStream constructor

SSEStream(
  1. Stream<String> _stream
)

Implementation

SSEStream(this._stream);