body property

  1. @override
String get body
inherited

The body of the response as a string.

This is converted from bodyBytes using the charset parameter of the Content-Type header field, if available. If it's unavailable or if the encoding name is unknown:

Implementation

@override
String get body => inner.body;