requestBody property

Uint8List? requestBody
final

The body sent as part of this request.

Data written to a request body before encountering an error will be reported.

Implementation

final Uint8List? requestBody;