requestBody property Null safety
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;
The body sent as part of this request.
Data written to a request body before encountering an error will be reported.
final Uint8List? requestBody;