body property

String get body

Gest the body of the response, represented as a String.

Implementation

String get body => _response.body;