request property Null safety
read / write
The request being processed by this ResourceController.
It is this ResourceController's responsibility to return a Response object for this request. Operation methods may access this request to determine how to respond to it.
Implementation
Request? request;