origin property
HttpRequest
get
origin
The origin stream
Note: if you pass null to the constructor, calling this method will throw NPE
Implementation
HttpRequest get origin => _origin!;
The origin stream
Note: if you pass null to the constructor, calling this method will throw NPE
HttpRequest get origin => _origin!;