origin property

StreamConsumer<S> origin

The original stream consumer

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

Implementation

StreamConsumer<S> get origin => _origin!;