origin property

  1. @override
IOSink origin
override

The original stream consumer

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

Implementation

@override
IOSink get origin => super.origin as IOSink;