body property
getter/setter pair
The data sent as the message body of a request, such as for an HTTP POST request.
Implementation
Uint8List? body;
The data sent as the message body of a request, such as for an HTTP POST request.
Uint8List? body;