body property

  1. @JsonKey()
String? body
final

Body of the request. This can be data that is send with the POST to the request.

Implementation

@JsonKey()
final String? body;