inNonzasStream property

Stream<Nonza> inNonzasStream

Implementation

Stream<Nonza> get inNonzasStream {
  return _inNonzaStreamController.stream;
}