body property Null safety

String body
final

The body of the request

The body is always a String. It is up to you to dispatch.

Implementation

final String body;