jsonBody property

dynamic jsonBody
final

The common dart json representation of the request body.

This value will be encoded with JsonEncoder.

Implementation

final dynamic jsonBody;