origin property
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;
The original stream consumer
Note: if you pass null to the constructor, calling this method will throw NPE
@override
HttpResponse get origin => super.origin as HttpResponse;