output property

Sink<List<double>> output

Implementation

Sink<List<double>> get output {
  return _outputController.sink;
}