response property Null safety
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;
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.
HttpResponse get response => raw.response;