body property

dynamic body

the request body

Implementation

dynamic get body => _body ?? ioRequest.uri.data;
void body=(dynamic b)

Implementation

set body(b) => _body = b;