origin property

  1. @override
HttpResponse origin
override

The original stream consumer

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

Implementation

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