body property

Uint8List? body
getter/setter pair

The data sent as the message body of a request, such as for an HTTP POST request.

Implementation

Uint8List? body;