sink property

Sink<List<int>> sink

Implementation

Sink<List<int>> get sink {
  return _controller.sink;
}