Nout constructor

Nout(
  1. StreamSink<List<int>> stream
)

Implementation

factory Nout(StreamSink<List<int>> stream) = StreamNout;