input property

Stream<List<double>> input

Implementation

Stream<List<double>> get input {
  return _inputController.stream;
}