body property

  1. @override
String body
latefinal

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
late final String body = _loadTextBody();