stream property

Stream<bool> get stream

A stream that emits the boolean value when parsing is complete.

Implementation

Stream<bool> get stream => _stream;