body property

String? body
final

The body of the response.

Equal to Response.body if response is a Response. Otherwise set to the event of a StreamedResponse that caused this exception (if available).

Implementation

final String? body;