body property Null safety

String? body
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;