stream property

Stream<num> get stream

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

Implementation

Stream<num> get stream => _stream;