body property Null safety
read / write
You can use a body in custom format for pass-through delivery. If a POST request is sent, the body is required.
Implementation
String? body;
You can use a body in custom format for pass-through delivery. If a POST request is sent, the body is required.
String? body;