body property

Map<String, dynamic> get body

Returns the body of the request.

Implementation

Map<String, dynamic> get body => request.body;