origin property

Stream<T> origin

The origin stream

Note: if you pass null to the constructor, calling this method will throw NPE

Implementation

Stream<T> get origin => _origin!;