stream property

Stream<Null> get stream

A stream that emits null when parsing is complete.

Implementation

Stream<Null> get stream => _stream;