body property

Future<Map<String, dynamic>> get body

Gets parsed body

Implementation

Future<Map<String, dynamic>> get body => _bodyParser.parse();