body property
String
get
body
Gest the body of the response, represented as a String.
Implementation
String get body => _response.body;
Gest the body of the response, represented as a String.
String get body => _response.body;