response property

HttpResponse response

The response object of this Request.

Do not write to this value manually. Controllers are responsible for using a Response instance to fill out this property.

Implementation

HttpResponse get response => raw!.response;