The request body object.
This object contains the request body if one exists and behavior for decoding it according to this instance's content-type. See HTTPRequestBody for details on decoding the body into an object (or objects).
This value is is always non-null. If there is no request body, HTTPRequestBody.isEmpty is true.
Source
HTTPRequestBody get body => _body;