endSignal property

Stream<bool> endSignal

The stream indicating that the parsing is finished Use it to dispose the class if not needed anymore after parsing

Implementation

Stream<bool> get endSignal => _endSignalController.stream;